summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-10-20 17:24:59 +0200
committerRobin Gareus <robin@gareus.org>2013-10-20 17:24:59 +0200
commit9faae9c8a389d474421a8d34b8077e703900b5f9 (patch)
tree62e67bc767d8cc3fda34763ae03f4d0de0092e41 /tools/osx_packaging
parentd6e2e3402556ad0818be7f89dd0e5ac57907bac8 (diff)
bundled LV2 plugin build and deployment
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 276eb90fe5..e3e4a23915 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -417,6 +417,9 @@ for svndir in `find $APPDIR -name .svn -type dir`; do
rm -rf $svndir
done
+# install bundled LV2s to <app>/Contents/lib/LV2/
+cp -R $BUILD_ROOT/libs/LV2 $Frameworks/
+
# now fix up the executables
echo "Fixing up executable dependency names ..."
executables=$MAIN_EXECUTABLE