summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-11-16 01:23:21 +0100
committerRobin Gareus <robin@gareus.org>2016-11-16 01:23:28 +0100
commit1c731ecdd04fce30ebd94f585369e13ab8758114 (patch)
treeff5a5ac0d6d809e9a289a0e446f3cfe697b4e9d2 /tools
parentf6bdb4bb3c888f26da802e2f7cf1c152e221c3c6 (diff)
fix library depends for OSX vst scanner
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 6564539b28..1099f17f66 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -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