Skip to content

Commit

Permalink
Merge pull request #151 from azubieta/use_thirdparty_forks
Browse files Browse the repository at this point in the history
Using our copy of the thirdparty software
  • Loading branch information
raoulh authored Nov 14, 2017
2 parents 5c8d9b3 + e0629d8 commit de2c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/osx/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ "$?" -ne "0" ]; then
fi

#Call fix to change all rpath
wget_retry https://raw.githubusercontent.com/aurelien-rainone/macdeployqtfix/master/macdeployqtfix.py
wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
python macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticute /usr/local/Cellar/qt5/5.*/
python macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticuted /usr/local/Cellar/qt5/5.*/

Expand Down

0 comments on commit de2c3dd

Please sign in to comment.