summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2016-03-27 17:16:49 +0200
committer Miodrag Milanović <mmicko@gmail.com>2016-03-27 17:16:49 +0200
commit5640305d0ecfdbf6a1a456688f48f6f0fe22adb3 (patch)
treeb8a68dc63a39b6d03b53367fef0e3adf3eb0da34
parent9d2f61ee92b9e1116ad4afdc51551546c729a551 (diff)
Fix compile on x64
-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)