FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 240 forks source link

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

Closed Buggem closed 3 weeks ago

Buggem commented 1 month ago

This PR updates build_apple.sh to copy over SDL2 from /Library/Frameworks. SDL2 is installed in there by dep_apple.sh.

a1batross commented 3 weeks ago

Does it work if SDL2.framework isn't installed in the system? Well, judging by the log message, it actually looks into the executable directory, so I think this could be merged.

Thanks for PR. Sorry, I didn't notice it before.