fix WINNT autodetection

This commit is contained in:
Jameson Nash 2013-05-28 08:59:02 -04:00
parent 740f901b48
commit 13cc579520

View file

@ -50,8 +50,8 @@ ifeq ($(ARCH),i686)
override ARCH = i387 override ARCH = i387
endif endif
ifeq ($(OS), MINGW32_NT-6.1) ifneq (,$(findstring MINGW,$(OS)))
OS=WINNT override OS=WINNT
endif endif
#keep these if statements these separate #keep these if statements these separate
ifeq ($(OS), WINNT) ifeq ($(OS), WINNT)