Reactivated SDL2 download

This commit is contained in:
xawotihs
2015-10-11 14:27:40 +02:00
parent b8d22240a8
commit a2c6a3669b

View File

@@ -38,7 +38,9 @@ before_install:
fi
# Building for SDL here
- if [ "$BUILD_SDL" == "YES" ]; then
sudo apt-get install -qq sdl2-dev;
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;
fi
install: