From f130704187710274e65d5dbc5dc07d63893a3885 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 7 Mar 2015 19:56:28 +0100 Subject: [PATCH] add coreaudio backend to bundle --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2