Skip to content

Commit

Permalink
CI: Fix SDL2 rpath on libFAudio.0.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Oct 19, 2024
1 parent 3e2d6ef commit cdc08e7
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 @@ -143,7 +143,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/libFAudio.0.dylib
- name: Archive build result
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cdc08e7

Please sign in to comment.