Check COM, not the weird USE_MINGW variable
This commit is contained in:
parent
25ce4793bb
commit
04a7575ddb
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ include $(GBUILDDIR)/platform/linux-$(CPUNAME).mk
|
|||
else ifeq ($(OS),MACOSX)
|
||||
include $(GBUILDDIR)/platform/macosx.mk
|
||||
else ifeq ($(OS),WNT)
|
||||
ifneq ($(USE_MINGW),)
|
||||
ifeq ($(COM),GCC)
|
||||
include $(GBUILDDIR)/platform/winmingw.mk
|
||||
else
|
||||
include $(GBUILDDIR)/platform/windows.mk
|
||||
|
|
Loading…
Reference in a new issue