mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-17 23:09:40 +01:00
b40344f1f0
Helps avoid the following error message: > The job exceeded the maximum log length, and has been terminated. (e.g. https://travis-ci.org/github/FWGS/xash3d-fwgs/jobs/751744736)
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
# SDL2 sources. We will build our own version
|
|
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip
|
|
unzip -q SDL2.zip
|
|
mv SDL2-$SDL_VERSION SDL2_src
|