Files
xash3d-fwgs/scripts/gha/deps_apple.sh
2026-03-24 03:51:54 +05:00

10 lines
311 B
Bash
Executable File

#!/bin/bash
cd "$GITHUB_WORKSPACE" || exit 1
wget "https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-$SDL_VERSION.dmg" -O SDL2.dmg
hdiutil mount SDL2.dmg
sudo cp -vr /Volumes/SDL2/SDL2.framework /Library/Frameworks
git clone https://github.com/FWGS/hlsdk-portable hlsdk --depth=1