diff options
| author | sD <stoned@derpymail.org> | 2020-07-22 20:55:08 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-22 20:55:08 +0200 |
| commit | bcbc48f9b055e7bd6960fdc7b028e8bf6b14863c (patch) | |
| tree | 1ea9954815bb46e714fdec76f3a3fe68014c41f5 /scripts | |
| parent | e6b0b2e318996ad1a90bd122ca903261097e7f49 (diff) | |
fix mac builds, opus lib path was wrong
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/macos_post_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/macos_post_build.sh b/scripts/macos_post_build.sh index cdf7514b..2ed73649 100755 --- a/scripts/macos_post_build.sh +++ b/scripts/macos_post_build.sh @@ -20,5 +20,6 @@ cp ../lib/* ../bin/Attorney_Online.app/Contents/Frameworks # libbass has a funny path for some reason, just use rpath install_name_tool -change @loader_path/libbass.dylib @rpath/libbass.dylib ../bin/Attorney_Online.app/Contents/MacOS/Attorney_Online +install_name_tool -change @loader_path/libbassopus.dylib @rpath/libbassopus.dylib ../bin/Attorney_Online.app/Contents/MacOS/Attorney_Online zip -r -9 ../bin/Attorney_Online_macOS.zip ../bin/
\ No newline at end of file |
