3 lines
147 B
Bash
Executable file
3 lines
147 B
Bash
Executable file
# SDL2 sources. We will build our own version
|
|
curl -s http://libsdl.org/release/SDL2-$SDL_VERSION.tar.gz | tar xzf -
|
|
mv SDL2-$SDL_VERSION SDL2_src
|