OSX: fix bundled lv2 plugin library names and deps
This commit is contained in:
parent
9ff94edd6e
commit
77023e94ba
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user