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