diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-25 20:10:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-25 20:10:46 +0100 |
| commit | b75ca94f2fde0df36606440158f9feb2136cf2db (patch) | |
| tree | 6b36ac3dbf8aa1adb9e766cd425a0affd0677607 /platform | |
| parent | 4b3560d02b73c589e5b96e2ba44e27912beb2629 (diff) | |
OS X build hack.
Diffstat (limited to 'platform')
| -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 a9d40c30a..1a5565a56 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)"` + deps=`otool -L "$obj" | awk '{print $1}' | egrep "($relink)" | grep Environment` changes="" for dep in $deps; do echo "Relinking $dep into $obj" |
