Deactivated again Android build, added a SDL build

This commit is contained in:
xawotihs
2015-10-11 14:15:43 +02:00
parent 5022df0d14
commit b458d570a1
2 changed files with 14 additions and 4 deletions

View File

@@ -71,6 +71,14 @@ if [ "$BUILD_Qt" = "YES" ]; then
cd ../..
fi
# we're building a SDL version
if [ "$BUILD_SDL" = "YES" ]; then
mkdir build_SDL
cd build_SDL
cmake -Dbackend_sdl=ON ..
make -j8
cd ..
fi
# Let's launch de Mac cross-compilation
if [ "$BUILD_MAC" = "YES" ]; then
./tools/build-macos-script.sh