From 3349aa041a9546ea7afd5b59a29bcab679577e38 Mon Sep 17 00:00:00 2001 From: Benitoite Date: Sun, 9 Feb 2020 13:25:45 -0800 Subject: [PATCH] mac: include .so objects in routine --- tools/osx/macosx_bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx/macosx_bundle.sh b/tools/osx/macosx_bundle.sh index 83bc4f630..7a6bfe765 100644 --- a/tools/osx/macosx_bundle.sh +++ b/tools/osx/macosx_bundle.sh @@ -35,7 +35,7 @@ function CheckLink { } function ModifyInstallNames { - find -E "${CONTENTS}" -type f -regex '.*/(rawtherapee-cli|rawtherapee|.*\.(dylib))' | while read -r x; do + find -E "${CONTENTS}" -type f -regex '.*/(rawtherapee-cli|rawtherapee|.*\.(dylib|so))' | while read -r x; do msg "Modifying install names: ${x}" { # id