diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-23 10:40:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-23 10:40:26 +0100 |
| commit | 545e94c62f23f7a6225cfa97a91cd9a9258731a1 (patch) | |
| tree | 49a122950d30b3137fd8cb6c74be68121c548afc | |
| parent | 2cb5f05397b115bda11d8f86a62a3f30d8e2ea71 (diff) | |
| parent | 6d69684f9e95d629bad663667e5fb7205570e6d5 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
| -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` |
