From f921cddc2b607f248649366d858bf4ad28c73499 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Thu, 16 Jun 2011 22:51:12 +0000 Subject: [PATCH] Still forgot this one :( --- cross-make-mingw64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-make-mingw64.sh b/cross-make-mingw64.sh index 5ea627ea..97f68943 100755 --- a/cross-make-mingw64.sh +++ b/cross-make-mingw64.sh @@ -11,6 +11,6 @@ then fi export PLATFORM=mingw32 -export ARCH=x86_64 +export ARCH=x64 exec make $*