2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

gha: adds SDL2 to OSX builds (resolves #1791) (#1855)

* updated build_apple.sh to copy over SDL2 from the Frameworks folder that it was installed in by dep_apple.sh
This commit is contained in:
Max Parry 2024-10-28 20:58:46 +11:00 committed by GitHub
parent 319dea1f7d
commit cc53d59532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,7 @@ popd
./waf configure --enable-utils --enable-tests --enable-lto build install --destdir=bin || die_configure ./waf configure --enable-utils --enable-tests --enable-lto build install --destdir=bin || die_configure
cp -vr /Library/Frameworks/SDL2.framework bin
mkdir -p artifacts/ mkdir -p artifacts/
tar -cJvf artifacts/xash3d-fwgs-apple-$ARCH.tar.xz -C bin . # skip the bin directory from resulting tar archive tar -cJvf artifacts/xash3d-fwgs-apple-$ARCH.tar.xz -C bin . # skip the bin directory from resulting tar archive