Really don't strip NSS libs for OSX bundles
This commit is contained in:
parent
e255202c84
commit
026069047d
@ -450,7 +450,7 @@ while [ true ] ; do
|
||||
|
||||
if test x$STRIP != x ; then
|
||||
# NSS is dynamically loaded, symbols cannot be stripped
|
||||
if test "$file" = "libnspr4.dylib" -o "$file" = "libplds4.dylib"; then
|
||||
if test "`basename $file`" = "libnspr4.dylib" -o "`basename $file`" = "libplds4.dylib"; then
|
||||
# only remove debug and local symbols
|
||||
strip -S -x -u -r -arch all $file &>/dev/null
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user