mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
MinGW defines a global OSTYPE. Just overwrite it.
This commit is contained in:
parent
bb54225ad9
commit
ae2b4744a1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -107,7 +107,7 @@ endif
|
|||
|
||||
# Special case for MinGW
|
||||
ifneq (,$(findstring MINGW,$(OSTYPE)))
|
||||
OSTYPE ?= Windows
|
||||
OSTYPE := Windows
|
||||
endif
|
||||
|
||||
# Detect the architecture
|
||||
|
|
Loading…
Reference in a new issue