summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-24 01:43:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-24 01:43:58 +0000
commit59d3cc258be80888bf03c6971d343fc71b48363e (patch)
treeba618a81adb7599c285a89a4ed5256ee21e96f33 /tools/osx_packaging
parentb99131f21e356d307df12230d85b0eccc02d0203 (diff)
tweaks to packaging to make SUIL (and thus LV2 UI's) work
git-svn-id: svn://localhost/ardour2/branches/3.0@12413 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 040c4a7ea5..2f51df03a6 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -349,6 +349,9 @@ done
# VAMP plugins that we use
cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.dylib $Frameworks
+# SUIL Modules
+cp $ARDOURSTACK_ROOT/lib/suil-0/libsuil* $Frameworks
+
while [ true ] ; do
missing=false
for file in $APPROOT/MacOS/* $Frameworks/* $Frameworks/modules/* $Panners/*.dylib $Surfaces/*.dylib $Plugins/*.so ; do