travis: fix building sdl2, fix libpath in wscript

This commit is contained in:
Alibek Omarov
2018-11-18 18:52:57 +03:00
parent f0297fc448
commit 27ee4337fe
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Build custom SDL2
cd $TRAVIS_BUILD_DIR/SDL2-2.0.7
cd $TRAVIS_BUILD_DIR/SDL2_src
export CC="ccache gcc -msse2 -march=i686 -m32 -ggdb -O2"
./configure \
--disable-dependency-tracking \