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:
parent
2b085cb69e
commit
62af116654
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user