summaryrefslogtreecommitdiff
path: root/arch/darwin-arm/strip
diff options
context:
space:
mode:
Diffstat (limited to 'arch/darwin-arm/strip')
-rw-r--r--arch/darwin-arm/strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/darwin-arm/strip b/arch/darwin-arm/strip
index 5a348dd4b..151f63b9d 100644
--- a/arch/darwin-arm/strip
+++ b/arch/darwin-arm/strip
@@ -1,4 +1,4 @@
-find "${PKG_DEST}" -type f \( -perm -0500 -o -name '*.dylib' \) -print0 | while read -r -d $'\0' bin; do
+find "${PKG_DEST}" -type f \( -perm -0500 -o -name '*.dylib' -o -name '*.so' \) -print0 | while read -r -d $'\0' bin; do
case "$(file "${bin}")" in (\
*': Mach-O fat file with '*([0-9])' architecture' |\
*': Mach-O dynamically linked shared library acorn'\