13
0

fix library depends for OSX vst scanner

This commit is contained in:
Robin Gareus 2016-11-16 01:23:21 +01:00
parent f6bdb4bb3c
commit 1c731ecdd0

View File

@ -547,6 +547,10 @@ if test "$HAVE_SESSION_UTILS" = true ; then
done
fi
if test -f "$Frameworks/ardour-vst-scanner"; then
executables="$executables ../lib/ardour-vst-scanner"
fi
for exe in $executables; do
echo "Processing Executable: $exe"
EXE=$APPROOT/MacOS/$exe