mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-04 08:31:36 +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
|
# Special case for MinGW
|
||||||
ifneq (,$(findstring MINGW,$(OSTYPE)))
|
ifneq (,$(findstring MINGW,$(OSTYPE)))
|
||||||
OSTYPE ?= Windows
|
OSTYPE := Windows
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Detect the architecture
|
# Detect the architecture
|
||||||
|
|
Loading…
Reference in a new issue