From 1c731ecdd04fce30ebd94f585369e13ab8758114 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 16 Nov 2016 01:23:21 +0100 Subject: fix library depends for OSX vst scanner --- tools/osx_packaging/osx_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3