Activated building SDL2 directly from submodule on Unix as well

This commit is contained in:
xawotihs
2015-10-25 10:18:21 +01:00
parent 4accc9c018
commit def55943ed
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -39,9 +39,6 @@ before_install:
fi
# Building for SDL here
- if [ "$BUILD_SDL" == "YES" ]; then
curl -O https://www.libsdl.org/release/SDL2-2.0.3.tar.gz &&
tar -xzvf SDL2-2.0.3.tar.gz &&
mv SDL2-2.0.3 thirdparty/SDL2 &&
export SDL2DIR="$TRAVIS_BUILD_DIR/thirdparty/SDL2";
fi