diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-23 08:46:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-23 08:46:05 +0100 |
| commit | 6d69684f9e95d629bad663667e5fb7205570e6d5 (patch) | |
| tree | aa0f8c069390b4fb2945ab8b3dfcb0e3fb2bc908 /platform | |
| parent | 56c89d5d7aa2ea910d00f775283cc1a2bb9ad831 (diff) | |
DMG 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 3802348ec..d5c8e69ee 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -92,7 +92,7 @@ universal_copy $ENV lib/libcairomm*.dylib "$WORK/$libs" universal_copy $ENV lib/libpangocairo*.dylib "$WORK/$libs" 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 "(/Users/carl|libboost|libssh|libltdl|libxmlsec)"` + deps=`otool -L "$obj" | awk '{print $1}' | egrep "(/tmp|libboost|libssh|libltdl|libxmlsec)"` changes="" for dep in $deps; do base=`basename $dep` |
