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