mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Enforce the YQ2_OSTYPE override for mingw.
This commit is contained in:
parent
fdef98ffc0
commit
9f7c5c205b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -82,7 +82,7 @@ endif
|
||||||
|
|
||||||
# Special case for MinGW
|
# Special case for MinGW
|
||||||
ifneq (,$(findstring MINGW,$(YQ2_OSTYPE)))
|
ifneq (,$(findstring MINGW,$(YQ2_OSTYPE)))
|
||||||
YQ2_OSTYPE ?= Windows
|
YQ2_OSTYPE := Windows
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Detect the architecture
|
# Detect the architecture
|
||||||
|
|
Loading…
Reference in a new issue