Skip to content

Commit 97b4b78

Browse files
committed
Problem: absolute path inside dylib (fix #123)
1 parent 2c7ec3a commit 97b4b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mac-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
cp ./LICENSE build
4141
cp ./CHANGELOG.md build
4242
cd build
43+
install_name_tool -id @rpath/libplay_cpp_sdk.dylib ./lib/libplay_cpp_sdk.dylib
44+
otool -L ./lib/libplay_cpp_sdk.dylib
4345
tar zcvf ../play_cpp_sdk_${PLATFORM}.tar.gz *
4446
cd ..
4547
shasum -a 256 *.tar.gz > "checksums-$PLATFORM.txt"

0 commit comments

Comments
 (0)