Give disk app openssl binary for now.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Apr 2020 18:57:07 +0000 (20:57 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Apr 2020 18:57:07 +0000 (20:57 +0200)
platform/osx/make_dmg.sh

index 27a9f193302fdef576d25e3b62f13c3314ce978b..1dfd813b41580ac80f7c9d3da423643c17d30026 100644 (file)
@@ -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[@]}"