summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-test.sh')
-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