diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-12 18:12:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-12 18:12:44 +0100 |
| commit | a9c598df9f78c0284f75f52bb36ff30b0bb1071c (patch) | |
| tree | 5bdfdce5c6fb8e7c54bccbf0d12efecfe5f36959 | |
| parent | 19dc3455d7112427e0470e58133d25bcb031e9f1 (diff) | |
More missing OS X libs.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-10-12 Carl Hetherington <cth@carlh.net> + * Add some missing libraries to the OS X build. + +2013-10-12 Carl Hetherington <cth@carlh.net> + * Version 1.13 released. 2013-10-12 Carl Hetherington <cth@carlh.net> diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 2741522f1..ad53b8801 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -79,6 +79,7 @@ universal_copy $ENV lib/libltdl*.dylib $WORK/$libs universal_copy $ENV lib/libxmlsec1*.dylib $WORK/$libs universal_copy $ENV lib/libzip*.dylib $WORK/$libs universal_copy $ENV lib/libquickmail*.dylib $WORK/$libs +universal_copy $ENV lib/libcurl*.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)"` |
