Fix executable dependencies of audio-unit scanner app

This commit is contained in:
Robin Gareus 2021-07-23 00:11:01 +02:00
parent 09c1beac83
commit b59a42c9f3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 4 additions and 0 deletions

View File

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