Try to fix ltdl linking problem.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Aug 2013 11:52:47 +0000 (12:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Aug 2013 11:52:47 +0000 (12:52 +0100)
platform/osx/make_dmg.sh

index 513bf2314c087331812302373bd28730e467adac..dc8847ba0fe52683f78954211b32050e3ad28a97 100644 (file)
@@ -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`