fix WINNT autodetection

This commit is contained in:
Jameson Nash 2013-05-28 08:59:02 -04:00
parent 740f901b48
commit 13cc579520
1 changed files with 2 additions and 2 deletions

View File

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