From e4b6d72b59b3cf0dfe6a027cfc26e6af91e65b38 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 21 Sep 2020 13:48:00 +1000 Subject: [PATCH] use rpath instead of absolute path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b236843..5d8c1a4b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: mv app/$BUNDLE_NAME . # HACK: OCIO doesn't link it's library properly so we need to manually correct - install_name_tool -change /usr/lib/libOpenColorIO.1.dylib /usr/local/lib/libOpenColorIO.1.dylib $BUNDLE_NAME/Contents/MacOS/Olive + install_name_tool -change libOpenColorIO.1.dylib @rpath/libOpenColorIO.1.dylib $BUNDLE_NAME/Contents/MacOS/Olive macdeployqt $BUNDLE_NAME $DOWNLOAD_TOOL https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py