소스 검색

fix WINNT autodetection

Jameson Nash 11 년 전
부모
커밋
13cc579520
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Make.inc

+ 2 - 2
Make.inc

@@ -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)