Skip to content

Commit

Permalink
Work around macdeployqt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed May 30, 2015
1 parent be57911 commit d2ad474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/mac/deploy.sh
Expand Up @@ -24,6 +24,7 @@ rm -rf accessible audio imageformats mediaservice playlistformats position print
cd ../Frameworks
rm -rf QtDeclarative.framework QtMultimedia.framework QtMultimediaWidgets.framework QtPositioning.framework QtQml.framework QtQuick.framework QtScript.framework QtSensors.framework QtSql.framework QtXmlPatterns.framework
cp -r /usr/local/Frameworks/Python.framework .
chmod a+w libboost_python3.dylib
install_name_tool -change /usr/local/Frameworks/Python.framework/Versions/3.4/Python \
@executable_path/../Frameworks/Python.framework/Versions/3.4/Python \
libboost_python3.dylib
Expand Down

0 comments on commit d2ad474

Please sign in to comment.