summaryrefslogtreecommitdiff
path: root/cross-make-mingw64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cross-make-mingw64.sh')
-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 16c3d5da..778e20d4 100755
--- a/cross-make-mingw64.sh
+++ b/cross-make-mingw64.sh
@@ -30,6 +30,6 @@ if [ "X$WINDRES" = "X" -o "X$CC" = "X" ]; then
fi
export PLATFORM=mingw32
-export ARCH=x64
+export ARCH=x86_64
exec make $*