summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-07 19:56:28 +0100
committerRobin Gareus <robin@gareus.org>2015-03-07 19:56:28 +0100
commitf130704187710274e65d5dbc5dc07d63893a3885 (patch)
tree24b88df0af2f3614d7b625572f6f07a90524ebfb /tools/osx_packaging
parent80ccd280b567e24bdef987466733b1af572550fd (diff)
add coreaudio backend to bundle
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 8e9e2a2df5..81360f9350 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -352,7 +352,7 @@ cp $BUILD_ROOT/libs/surfaces/control_protocol/libardourcp*.dylib $Frameworks
cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
# Backends
-for backend in jack wavesaudio dummy; do
+for backend in jack wavesaudio dummy coreaudio; do
cp $BUILD_ROOT/libs/backends/$backend/lib*.dylib $Backends
done