mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
osx packaging tweaks:
* include dummy if available * don't complain about existing vfork dir
This commit is contained in:
parent
91f71a93fd
commit
a962b106a3
1 changed files with 2 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ cp $BUILD_ROOT/libs/surfaces/control_protocol/libardourcp*.dylib $Frameworks
|
||||||
cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
|
cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
|
||||||
|
|
||||||
# Backends
|
# Backends
|
||||||
for backend in jack wavesaudio ; do
|
for backend in jack wavesaudio dummy; do
|
||||||
cp $BUILD_ROOT/libs/backends/$backend/lib*.dylib $Backends
|
cp $BUILD_ROOT/libs/backends/$backend/lib*.dylib $Backends
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
@ -383,7 +383,7 @@ cp $ARDOURSTACK_ROOT/lib/suil-0/lib* $Frameworks
|
||||||
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true
|
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true
|
||||||
|
|
||||||
# vfork wrapper
|
# vfork wrapper
|
||||||
mkdir $Frameworks/vfork
|
mkdir -p $Frameworks/vfork
|
||||||
cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $VFork
|
cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $VFork
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue