mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix travis build
This commit is contained in:
parent
b720b60295
commit
95da547711
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue