summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-03 12:52:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-03 12:52:47 +0100
commitbcb0c2a785a94d7fc278c339d0cc82fead6d2812 (patch)
tree1b84520f53f7089117563878f8f5b0141c2fe259
parent96cd48e45b319bb5501ac3f4e96f2dba7ce187d2 (diff)
Try to fix ltdl linking problem.
-rw-r--r--platform/osx/make_dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 513bf2314..dc8847ba0 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -79,7 +79,7 @@ universal_copy $ENV lib/libltdl*.dylib $WORK/$libs
universal_copy $ENV lib/libxmlsec1*.dylib $WORK/$libs
for obj in $WORK/$macos/dcpomatic $WORK/$macos/ffprobe $WORK/$libs/*.dylib; do
- deps=`otool -L $obj | awk '{print $1}' | egrep "(/Users/carl|libboost|libssh)"`
+ deps=`otool -L $obj | awk '{print $1}' | egrep "(/Users/carl|libboost|libssh|libltdl)"`
changes=""
for dep in $deps; do
base=`basename $dep`