mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00:00
4 lines
141 B
Bash
4 lines
141 B
Bash
|
# SDL2 for MinGW prebuilt
|
||
|
curl -s http://libsdl.org/release/SDL2-devel-$SDL_VERSION-mingw.tar.gz | tar xzf -
|
||
|
mv SDL2-$SDL_VERSION SDL2_mingw
|