From b59a42c9f3e0f591920a296d0506fc84194033b5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 23 Jul 2021 00:11:01 +0200 Subject: [PATCH] Fix executable dependencies of audio-unit scanner app --- tools/osx_packaging/osx_build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 659ca939cd..77db9efea5 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -556,6 +556,10 @@ if test -f "$Frameworks/ardour-vst3-scanner"; then executables="$executables ../lib/ardour-vst3-scanner" fi +if test -f "$Frameworks/ardour-su-scanner"; then + executables="$executables ../lib/ardour-au-scanner" +fi + for exe in $executables; do echo "Processing Executable: $exe" EXE=$APPROOT/MacOS/$exe