From 209d8b877e485d8a6ddf0d2b79d4494f1187a844 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 23 Jul 2021 00:38:18 +0200 Subject: [PATCH] Fix typo in b59a42c9f3 --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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