another OSX/PPC fix
This commit is contained in:
parent
7742d07b3a
commit
7a3280bbc2
@ -410,6 +410,10 @@ while [ true ] ; do
|
|||||||
if ! file $file | grep -qs Mach-O ; then
|
if ! file $file | grep -qs Mach-O ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
# libffi contains "S" (other section symbols) that should not be stripped.
|
||||||
|
if [[ $string == *"libffi"* ]] ; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
if test x$STRIP != x ; then
|
if test x$STRIP != x ; then
|
||||||
strip -u -r -arch all $file &>/dev/null
|
strip -u -r -arch all $file &>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user