summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-28 20:02:31 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-28 20:02:31 -0400
commiteff4940898c8e797779788dfbe26565f160c262f (patch)
tree67f60cb56e5228fae1893f6cbbb8e3848615a6d4 /tools
parent75758cdb6ad6383bd48ada333ecb354ce87438a5 (diff)
do not package anything but explicitly listed backends for the bundle(s) (OS X)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 384eeeac3d..31ac58e2a2 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -337,7 +337,9 @@ cp $BUILD_ROOT/libs/surfaces/control_protocol/libardourcp*.dylib $Frameworks
cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
# Backends
-cp $BUILD_ROOT/libs/backends/*/lib*.dylib $Backends
+for backend in jack wavesaudio ; do
+ cp $BUILD_ROOT/libs/backends/$backend/lib*.dylib $Backends
+done
# Export Formats/Presets
for f in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do