Bundle AU plugin scanner tool

This commit is contained in:
Robin Gareus 2021-07-22 22:45:32 +02:00
parent 3480fb5bd6
commit 91f0d73c15
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 0 deletions

View File

@ -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