We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740f901 commit 13cc579Copy full SHA for 13cc579
1 file changed
Make.inc
@@ -50,8 +50,8 @@ ifeq ($(ARCH),i686)
50
override ARCH = i387
51
endif
52
53
-ifeq ($(OS), MINGW32_NT-6.1)
54
-OS=WINNT
+ifneq (,$(findstring MINGW,$(OS)))
+override OS=WINNT
55
56
#keep these if statements these separate
57
ifeq ($(OS), WINNT)
0 commit comments