Removed tabs
This commit is contained in:
+3
-3
@@ -38,9 +38,9 @@ before_install:
|
|||||||
fi
|
fi
|
||||||
# Building for SDL here
|
# Building for SDL here
|
||||||
- if [ "$BUILD_SDL" == "YES" ]; then
|
- if [ "$BUILD_SDL" == "YES" ]; then
|
||||||
curl -O https://www.libsdl.org/release/SDL2-2.0.3.tar.gz &&
|
curl -O https://www.libsdl.org/release/SDL2-2.0.3.tar.gz &&
|
||||||
tar -xzvf SDL2-2.0.3.tar.gz &&
|
tar -xzvf SDL2-2.0.3.tar.gz &&
|
||||||
mv SDL2-2.0.3 thirdparty/SDL2;
|
mv SDL2-2.0.3 thirdparty/SDL2;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user