summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-22 14:05:50 +0000
committerTim Angus <tim@ngus.net>2013-03-22 19:02:27 +0000
commit657a26209661e82dd0ffdceab81c2580209de352 (patch)
tree640d678bb659b43568e4a7a7b54f6ff47990cd1c
parent1d4c0f1601e467ae5bb184a2b5f1040a785ba10c (diff)
Fix travis build
-rwxr-xr-xbuild-test.sh1
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