Updated Compile and install on macOS (markdown)

Jonas Kvinge 2022-03-10 21:43:05 +01:00
parent 689ba934d1
commit 24ae512981
1 changed files with 2 additions and 2 deletions

@ -35,8 +35,8 @@ This will take several hours to complete.
cmake --install .
install_name_tool -change "@rpath/QtCore.framework/Versions/A/QtCore" "$HOME/build/strawberry-macos-dependencies/usr/lib/QtCore.framework/Versions/A/QtCore" $HOME/build/strawberry/build/3rdparty/macdeployqt/macdeployqt
install_name_tool -change "@rpath/QtCore.framework/Versions/A/QtCore" "/$HOME/build/strawberry-macos-dependencies/usr/lib/QtCore.framework/Versions/A/QtCore" $HOME/build//strawberry/build/ext/macdeploycheck/macdeploycheck
install_name_tool -change "@rpath/QtCore.framework/Versions/A/QtCore" "$HOME/build/strawberry-macos-dependencies/usr/lib/QtCore.framework/Versions/A/QtCore" "$HOME/build/strawberry/build/3rdparty/macdeployqt/macdeployqt"
install_name_tool -change "@rpath/QtCore.framework/Versions/A/QtCore" "$HOME/build/strawberry-macos-dependencies/usr/lib/QtCore.framework/Versions/A/QtCore" "$HOME/build/strawberry/build/ext/macdeploycheck/macdeploycheck"
## Deploy