travis: scripts: set SDL2 prefix

This commit is contained in:
Alibek Omarov 2018-11-18 22:37:06 +03:00
parent 2b085cb69e
commit 62af116654
1 changed files with 2 additions and 1 deletions

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