Fix travis build

This commit is contained in:
Tim Angus 2013-03-22 14:05:50 +00:00
parent b720b60295
commit 95da547711
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ failed=0;
# check if testing mingw # check if testing mingw
if [ "$CC" = "i686-w64-mingw32-gcc" ]; then if [ "$CC" = "i686-w64-mingw32-gcc" ]; then
export PLATFORM=mingw32 export PLATFORM=mingw32
export ARCH=x86
haveExternalLibs=0 haveExternalLibs=0
else else
haveExternalLibs=1 haveExternalLibs=1