OSX: fix bundled lv2 plugin library names and deps
[ardour.git] / tools / osx_packaging / osx_build
index 4e6a335d3939a545a4a5d93929564b02878ba0d8..ef744ebb362d9703077783f2e7681c855a7188d2 100755 (executable)
@@ -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`