fix library depends for OSX vst scanner
This commit is contained in:
parent
f6bdb4bb3c
commit
1c731ecdd0
@ -547,6 +547,10 @@ if test "$HAVE_SESSION_UTILS" = true ; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -f "$Frameworks/ardour-vst-scanner"; then
|
||||||
|
executables="$executables ../lib/ardour-vst-scanner"
|
||||||
|
fi
|
||||||
|
|
||||||
for exe in $executables; do
|
for exe in $executables; do
|
||||||
echo "Processing Executable: $exe"
|
echo "Processing Executable: $exe"
|
||||||
EXE=$APPROOT/MacOS/$exe
|
EXE=$APPROOT/MacOS/$exe
|
||||||
|
Loading…
Reference in New Issue
Block a user