diff options
Diffstat (limited to 'cross-make-mingw64.sh')
-rwxr-xr-x | cross-make-mingw64.sh | 2 |
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 $* |