diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 77db9efea5..c39a992b01 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -556,7 +556,7 @@ if test -f "$Frameworks/ardour-vst3-scanner"; then executables="$executables ../lib/ardour-vst3-scanner" fi -if test -f "$Frameworks/ardour-su-scanner"; then +if test -f "$Frameworks/ardour-au-scanner"; then executables="$executables ../lib/ardour-au-scanner" fi