Skip to content

Commit

Permalink
CI: Fix SDL2 rpath on libFNA3D.0.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Oct 19, 2024
1 parent 59677b0 commit b6c8692
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ jobs:
run: cmake -B release -G Ninja . -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9

- name: Build (Release)
run: ninja -C release
run: |
ninja -C release
install_name_tool -change /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib @rpath/libSDL2-2.0.0.dylib release/libFNA3D.0.dylib
- name: Archive build result
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b6c8692

Please sign in to comment.