From 449227ac8c0314ed2484f2f311628bb2828c0884 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 29 May 2014 16:36:11 +0100 Subject: [PATCH] Try to fix _iconv symbol not found on OS X for dcpomatic_server_cli. Reported-by: Carsten Kurz --- platform/osx/make_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index faa7f44ed..93af4f334 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -87,7 +87,7 @@ universal_copy $ENV lib/libcurl*.dylib $WORK/$libs universal_copy $ENV lib/libffi*.dylib $WORK/$libs universal_copy $ENV lib/libiconv*.dylib $WORK/$libs -for obj in $WORK/$macos/dcpomatic $WORK/$macos/ffprobe $WORK/$libs/*.dylib; do +for obj in $WORK/$macos/dcpomatic $WORK/$macos/dcpomatic_batch $WORK/$macos/dcpomatic_cli $WORK/$macos/dcpomatic_server_cli $WORK/$macos/ffprobe $WORK/$libs/*.dylib; do deps=`otool -L $obj | awk '{print $1}' | egrep "(/Users/carl|libboost|libssh|libltdl|libxmlsec)"` changes="" for dep in $deps; do -- 2.30.2