mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix executable dependencies of audio-unit scanner app
This commit is contained in:
parent
09c1beac83
commit
b59a42c9f3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue