2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

travis: scripts: set SDL2 prefix

This commit is contained in:
Alibek Omarov 2018-11-18 22:37:06 +03:00
parent 2b085cb69e
commit 62af116654

View File

@ -19,7 +19,8 @@ export CC="ccache gcc -msse2 -march=i686 -m32 -ggdb -O2"
--disable-dbus \
--disable-ibus \
--disable-ime \
--disable-fcitx
--disable-fcitx \
--prefix / # get rid of /usr/local stuff
make -j2
mkdir -p $TRAVIS_BUILD_DIR/SDL2_linux
make install DESTDIR=$TRAVIS_BUILD_DIR/SDL2_linux