diff options
author | Tim Angus <tim@ngus.net> | 2013-03-22 14:05:50 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-22 19:02:27 +0000 |
commit | 657a26209661e82dd0ffdceab81c2580209de352 (patch) | |
tree | 640d678bb659b43568e4a7a7b54f6ff47990cd1c | |
parent | 1d4c0f1601e467ae5bb184a2b5f1040a785ba10c (diff) |
Fix travis build
-rwxr-xr-x | build-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-test.sh b/build-test.sh index 83d463b9..b4b8c1fc 100755 --- a/build-test.sh +++ b/build-test.sh @@ -5,6 +5,7 @@ failed=0; # check if testing mingw if [ "$CC" = "i686-w64-mingw32-gcc" ]; then export PLATFORM=mingw32 + export ARCH=x86 haveExternalLibs=0 else haveExternalLibs=1 |