From 1ea0df54f82cf0912bfa2518595eabb6db00a6de Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 2 Aug 2011 21:03:14 +0000 Subject: [PATCH] Change x86_64 to x64 for mingw. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5cdacf9b..94ed8303 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ ifeq ($(COMPILE_PLATFORM),mingw32) ifeq ($(COMPILE_ARCH),i386) COMPILE_ARCH=x86 endif + ifeq ($(COMPILE_ARCH),x86_64) + COMPILE_ARCH=x64 + endif endif ifndef BUILD_STANDALONE