From: Carl Hetherington Date: Wed, 1 Apr 2020 18:57:07 +0000 (+0200) Subject: Give disk app openssl binary for now. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=dae4498a5b38fe4586da77e31dd7998978f5552f;p=dcpomatic.git Give disk app openssl binary for now. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 27a9f1933..1dfd813b4 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -452,6 +452,8 @@ make_dmg "$appdir" "DCP-o-matic Playlist Editor" com.dcpomatic.playlist setup "DCP-o-matic 2 Disk Writer.app" copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_disk "$approot/MacOS" copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_disk_writer "$approot/MacOS" +# XXX: this shouldn't really be necessary +copy $ROOT src/openssl/apps/openssl "$approot/MacOS" cp $prefix/src/dcpomatic/build/platform/osx/dcpomatic2_disk.Info.plist "$approot/Info.plist" rl=("$approot/MacOS/dcpomatic2_disk" "$approot/Frameworks/"*.dylib) relink "${rl[@]}"