diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-09-02 14:39:37 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-09-04 07:46:35 -0700 |
commit | 2b40e15713e2ccb8963ff8c1eb57f9374e04547d (patch) | |
tree | 1da96921b5d5bd887a20b83c13f17089fca5445b /packaging/macosx | |
parent | 4bb180b1178d293de4c55099a23d70d385e517d9 (diff) | |
download | subsurface-2b40e15713e2ccb8963ff8c1eb57f9374e04547d.tar.gz |
remove Marble from packaging and build scripts
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
---
please note, that i have no way to test most of the scripts ATM.
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-x | packaging/macosx/make-package.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh index 77d71c025..6aa46fb08 100755 --- a/packaging/macosx/make-package.sh +++ b/packaging/macosx/make-package.sh @@ -51,14 +51,6 @@ for i in ${RPATH}; do install_name_tool -change @rpath/$i @executable_path/../Frameworks/$i ${EXECUTABLE} done -# no more Marble -# # and now replace @rpath references in libssrfmarblewidget -# MARBLELIB=$(ls Subsurface.app/Contents/Frameworks/libssrfmarblewidget*dylib) -# RPATH=$(otool -L ${MARBLELIB} | grep rpath | cut -d\ -f1 | tr -d "\t" | cut -b 8- ) -# for i in ${RPATH}; do -# install_name_tool -change @rpath/$i @executable_path/../Frameworks/$i ${MARBLELIB} -# done - # next deal with libGrantlee LIBG=$(ls Subsurface.app/Contents/Frameworks/libGrantlee_Templates*dylib) for i in QtScript.framework/Versions/5/QtScript QtCore.framework/Versions/5/QtCore ; do |