Fix SDL2 header includes on macOS with cmake

This commit is contained in:
Graham Pentheny
2026-02-03 17:23:02 -05:00
parent c3080246e5
commit 440ab80bcd

View File

@@ -12,3 +12,5 @@ runs:
cp -r /Volumes/SDL2/SDL2.framework ${{github.workspace}}/RecastDemo/Bin/SDL2.framework
hdiutil detach /Volumes/SDL2
rm SDL2.dmg
# Create symlink so <SDL2/SDL.h> style includes work (used internally by SDL headers)
ln -s SDL2.framework/Headers ${{github.workspace}}/RecastDemo/Bin/SDL2