diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-06-16 22:51:12 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-10 21:33:46 +0000 |
commit | 3283f1d422628116f19f784026001f954f7c7aaa (patch) | |
tree | 21d2a8e7f235823c3fd8a5071f4ba96424d90227 | |
parent | 5328c323f4a38e50ca19636eb62457805ecd0cff (diff) |
Still forgot this one :(
-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 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 $* |