mac: include .so objects in routine

This commit is contained in:
Benitoite
2020-02-09 13:25:45 -08:00
committed by GitHub
parent cb09e78e81
commit 3349aa041a

View File

@@ -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