mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-25 19:30:08 +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-dbus \
|
||||||
--disable-ibus \
|
--disable-ibus \
|
||||||
--disable-ime \
|
--disable-ime \
|
||||||
--disable-fcitx
|
--disable-fcitx \
|
||||||
|
--prefix / # get rid of /usr/local stuff
|
||||||
make -j2
|
make -j2
|
||||||
mkdir -p $TRAVIS_BUILD_DIR/SDL2_linux
|
mkdir -p $TRAVIS_BUILD_DIR/SDL2_linux
|
||||||
make install DESTDIR=$TRAVIS_BUILD_DIR/SDL2_linux
|
make install DESTDIR=$TRAVIS_BUILD_DIR/SDL2_linux
|
||||||
|
Loading…
Reference in New Issue
Block a user