ci: fix ocio lib path

This commit is contained in:
itsmattkc
2020-09-21 11:56:53 +10:00
parent 01cab21317
commit bb5669c305
+4
View File
@@ -147,6 +147,10 @@ jobs:
then
export BUNDLE_NAME=Olive.app
mv app/$BUNDLE_NAME .
# HACK: OCIO doesn't link it's library properly so we need to manually correct
install_name_tool -change libOpenColorIO.1.dylib /usr/local/lib/libOpenColorIO.1.dylib $BUNDLE_NAME/Contents/MacOS/Olive
macdeployqt $BUNDLE_NAME
$DOWNLOAD_TOOL https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py
python2 macdeployqtfix.py $BUNDLE_NAME/Contents/MacOS/Olive /usr/local/Cellar/qt5/5.*/