mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
add coreaudio backend to bundle
This commit is contained in:
parent
80ccd280b5
commit
f130704187
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue