Removed tabs

This commit is contained in:
xawotihs
2015-10-11 14:29:59 +02:00
parent a2c6a3669b
commit 0418e77d34

View File

@@ -38,9 +38,9 @@ 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;
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: