mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
do not package anything but explicitly listed backends for the bundle(s) (OS X)
This commit is contained in:
parent
a571b1b4f8
commit
8c69e20acb
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue