From 5640305d0ecfdbf6a1a456688f48f6f0fe22adb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Sun, 27 Mar 2016 17:16:49 +0200 Subject: Fix compile on x64 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3