summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7b7bba3a782..123592099b4 100644
--- a/makefile
+++ b/makefile
@@ -273,7 +273,7 @@ endif
endif
ifeq ($(OS),windows)
-ifndef $(MINGW64)
+ifndef MINGW64
ARCHITECTURE := _x86
endif
ifeq ($(ARCHITECTURE),_x64)