0
0
Fork 0
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:
Yamagi Burmeister 2016-12-02 16:53:30 +01:00
parent bb54225ad9
commit ae2b4744a1

View file

@ -107,7 +107,7 @@ endif
# Special case for MinGW
ifneq (,$(findstring MINGW,$(OSTYPE)))
OSTYPE ?= Windows
OSTYPE := Windows
endif
# Detect the architecture