amend 674e727
This commit is contained in:
parent
674e727121
commit
506fb96ad7
@ -488,7 +488,7 @@ fi
|
||||
for exe in $executables; do
|
||||
EXE=$APPROOT/MacOS/$exe
|
||||
changes=""
|
||||
for lib in `otool -L $EXE | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/)" | awk '{print $1}' | grep -v 'libjack\.'` ; do
|
||||
for lib in `otool -L $EXE | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/|libstdc\+\+)" | awk '{print $1}' | grep -v 'libjack\.'` ; do
|
||||
base=`basename $lib`
|
||||
changes="$changes -change $lib @executable_path/../lib/$base"
|
||||
done
|
||||
@ -514,7 +514,7 @@ for libdir in $Frameworks $Frameworks/modules $Surfaces $Panners $Backends ; do
|
||||
# change all the dependencies
|
||||
|
||||
changes=""
|
||||
for lib in `otool -L $dylib | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/)" | awk '{print $1}' | grep -v 'libjack\.'` ; do
|
||||
for lib in `otool -L $dylib | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/|libstdc\+\+)" | awk '{print $1}' | grep -v 'libjack\.'` ; do
|
||||
base=`basename $lib`
|
||||
if echo $lib | grep -s libbase; then
|
||||
changes="$changes -change $lib @executable_path/../$libbase/$base"
|
||||
|
Loading…
Reference in New Issue
Block a user