diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-25 20:51:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-25 20:51:01 +0100 |
| commit | f5c4c6b0e54cc6d22b0c19a0e198bd1d6fde91f1 (patch) | |
| tree | da5d11224e21a742db292974026e84ab454f72fd | |
| parent | b75ca94f2fde0df36606440158f9feb2136cf2db (diff) | |
OS X hacks.
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 1a5565a56..93e3ef5d6 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -109,7 +109,7 @@ universal_copy_lib $ENV libcairo "$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)" | grep Environment` + deps=`otool -L "$obj" | awk '{print $1}' | egrep "($relink)" | egrep ($ENV|$ROOT)` changes="" for dep in $deps; do echo "Relinking $dep into $obj" |
