ci: use SDL2 zip source archive

This commit is contained in:
Alibek Omarov
2019-10-16 02:18:12 +03:00
parent cb404b2730
commit a38f561d7c
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# SDL2 sources. We will build our own version
curl -s http://libsdl.org/release/SDL2-$SDL_VERSION.tar.gz | tar xzf -
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip
unzip -x SDL2.zip
mv SDL2-$SDL_VERSION SDL2_src