From: Carl Hetherington Date: Sat, 13 May 2023 19:09:49 +0000 (+0200) Subject: Missing relink of dcpomatic2_map. X-Git-Tag: v2.16.56~4 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6393adabe8faecfbfdefa9d4607258e3a7c6f940 Missing relink of dcpomatic2_map. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 365090215..ed4a1fa19 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -493,7 +493,7 @@ if [[ "$BUILD" == *main* ]]; then copy_verify copy_kdm cp $prefix/src/dcpomatic/build/platform/osx/dcpomatic2.Info.plist "$approot/Info.plist" - rl=("$approot/MacOS/dcpomatic2" "$approot/MacOS/dcpomatic2_cli" "$approot/MacOS/dcpomatic2_create" "$approot/MacOS/ffprobe" "$approot/Frameworks/"*.dylib) + rl=("$approot/MacOS/dcpomatic2" "$approot/MacOS/dcpomatic2_cli" "$approot/MacOS/dcpomatic2_create" "$approot/MacOS/dcpomatic2_map" "$approot/MacOS/ffprobe" "$approot/Frameworks/"*.dylib) relink_relative "${rl[@]}" make_dmg "$appdir" "" "DCP-o-matic" "dcpomatic2_verify dcpomatic2_kdm_inspect openssl ffprobe dcpomatic2_cli dcpomatic2_create dcpomatic2 dcpomatic2_map" fi