even more potential fixes for partial stripping of a linux bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@9255 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -512,8 +512,11 @@ while [ true ] ; do
|
||||
else
|
||||
echo "Copying dependant lib $dep (required by ${parent})"
|
||||
cp $dep $Libraries
|
||||
deplibs="$deplibs $base"
|
||||
fi
|
||||
if echo $dep | grep -sq '^/' ; then
|
||||
# absolute path, candidate for stripping
|
||||
deplibs="$deplibs $base"
|
||||
fi
|
||||
missing=true
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user