summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-06 02:53:31 +0200
committerRobin Gareus <robin@gareus.org>2016-07-06 02:53:31 +0200
commit77023e94ba3056503aad7dd4fcb5aa1fd4675134 (patch)
treec9054a3b32abc4eaec55bd189b2f933ffe35d123 /tools
parent9ff94edd6eefd441cb3f277c14eaca55ca2b9c1d (diff)
OSX: fix bundled lv2 plugin library names and deps
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 4e6a335d39..ef744ebb36 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -540,7 +540,7 @@ done
echo "Fixing up library names ..."
# now do the same for all the libraries we include
-for libdir in $Frameworks $Frameworks/modules $Surfaces $Panners $Backends ; do
+for libdir in $Frameworks $Frameworks/modules $Surfaces $Panners $Backends $Frameworks/LV2/* ; do
libbase=`basename $libdir`