summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcross-make-mingw64.sh2
1 files changed, 1 insertions, 1 deletions
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 $*