Try to fix OS X .dmg wrt libxmlsec / libxml2 linkage.
authorCarl Hetherington <cth@carlh.net>
Sat, 22 Mar 2014 17:45:31 +0000 (17:45 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Mar 2014 17:45:31 +0000 (17:45 +0000)
platform/osx/make_dmg.sh

index bf7512b9317b77f27bf472b0a1841b020289db04..3664ceba9536fd71d49c5bef366399c879de61c2 100644 (file)
@@ -87,7 +87,7 @@ universal_copy $ENV lib/libcurl*.dylib $WORK/$libs
 universal_copy $ENV lib/libffi*.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|libltdl)"`
+  deps=`otool -L $obj | awk '{print $1}' | egrep "(/Users/carl|libboost|libssh|libltdl|libxmlsec)"`
   changes=""
   for dep in $deps; do
     base=`basename $dep`