xash3d-fwgs/scripts/gha/deps_win32.sh

6 lines
134 B
Bash
Executable File

#!/bin/bash
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
unzip -q SDL2.zip
mv SDL2-$SDL_VERSION SDL2_VC