From 3283f1d422628116f19f784026001f954f7c7aaa Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Thu, 16 Jun 2011 22:51:12 +0000 Subject: 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 $* -- cgit