OSX: fix bundled lv2 plugin library names and deps

This commit is contained in:
Robin Gareus 2016-07-06 02:53:31 +02:00
parent 9ff94edd6e
commit 77023e94ba

View File

@ -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`