From: Carl Hetherington Date: Sun, 27 Sep 2015 20:14:20 +0000 (+0100) Subject: Another OS X dep fix. X-Git-Tag: v2.3.7~1 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=d167165109108aedab8eff184af5d472f9c2692b;p=dcpomatic.git Another OS X dep fix. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index ba91a9884..199d9c985 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -125,7 +125,7 @@ universal_copy_lib $ENV libicuuc "$WORK/$libs" relink=`echo $relink | sed -e "s/\+//g"` for obj in "$WORK/$macos/dcpomatic2" "$WORK/$macos/dcpomatic2_batch" "$WORK/$macos/dcpomatic2_cli" "$WORK/$macos/dcpomatic2_server_cli" "$WORK/$macos/ffprobe" "$WORK/$libs/"*.dylib; do - deps=`otool -L "$obj" | awk '{print $1}' | egrep "($relink)" | egrep "($ENV|$ROOT|boost)"` + deps=`otool -L "$obj" | awk '{print $1}' | egrep "($relink)" | egrep "($ENV|$ROOT|boost|libicu)"` changes="" for dep in $deps; do echo "Relinking $dep into $obj"