From 91f0d73c157779c9fd47163bf9c727f0ec033b94 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 22 Jul 2021 22:45:32 +0200 Subject: [PATCH] Bundle AU plugin scanner tool --- tools/osx_packaging/osx_build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 0faa3b5057..659ca939cd 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -393,6 +393,9 @@ if test -d $BUILD_ROOT/libs/fst ; then cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true cp $BUILD_ROOT/libs/fst/ardour-vst3-scanner* $Frameworks/ || true fi +if test -d $BUILD_ROOT/libs/auscan ; then + cp $BUILD_ROOT/libs/auscan/ardour-au-scanner* $Frameworks/ || true +fi # vfork wrapper if test -f $BUILD_ROOT/libs/vfork/ardour-exec-wrapper ; then