summaryrefslogtreecommitdiffstats
path: root/core/combo/HOST_windows-x86_64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/HOST_windows-x86_64.mk')
-rw-r--r--core/combo/HOST_windows-x86_64.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_windows-x86_64.mk b/core/combo/HOST_windows-x86_64.mk
index c77d82c..bd392ea 100644
--- a/core/combo/HOST_windows-x86_64.mk
+++ b/core/combo/HOST_windows-x86_64.mk
@@ -24,7 +24,7 @@ TOOLS_EXE_SUFFIX := .exe
# Settings to use MinGW has a cross-compiler under Linux
ifneq ($(findstring Linux,$(UNAME)),)
-ifneq ($(strip $(USE_MINGW)),)
+ifdef USE_MINGW
HOST_ACP_UNAVAILABLE := true
TOOLS_EXE_SUFFIX :=
HOST_GLOBAL_CFLAGS += -DUSE_MINGW