summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/make-package.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-04 22:54:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-04 22:54:02 -0700
commitc477f56029096b207e5da811989aefb885dae799 (patch)
treebe52431d3ba4a3e8d6caac183296e8525ebe64c7 /packaging/macosx/make-package.sh
parent78fee704501e2d95b4e2c3c19b17305ab952a9af (diff)
downloadsubsurface-c477f56029096b207e5da811989aefb885dae799.tar.gz
Update my Mac packaging scripts for Qt5
I have no idea why libmarble isn't handled correctly by macdeployqt... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx/make-package.sh')
-rwxr-xr-xpackaging/macosx/make-package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh
index f2099fe2c..e61027916 100755
--- a/packaging/macosx/make-package.sh
+++ b/packaging/macosx/make-package.sh
@@ -23,6 +23,7 @@ VERSION=$(./scripts/get-version linux)
sudo rm -rf ./Subsurface.app
make
sudo make mac-deploy
+sudo install_name_tool -change /Users/hohndel/src/marble/install/libmarblewidget.0.18.20.dylib @executable_path/../Frameworks/libmarblewidget.0.18.20.dylib Subsurface.app/Contents/MacOS/Subsurface
# copy things into staging so we can create a nice DMG
rm -rf ./staging