mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-09-18 08:14:34 +00:00
Fix SDL2 header includes on macOS with cmake
This commit is contained in:
2
.github/actions/setup-sdl2-macos/action.yaml
vendored
2
.github/actions/setup-sdl2-macos/action.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user