mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 12:25:00 +08:00
4 lines
147 B
Bash
Executable File
4 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
|