summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-13 22:19:51 +0200
committerRobin Gareus <robin@gareus.org>2014-09-13 22:19:51 +0200
commita962b106a30fd5546d9f79f3ba83e6974064df5e (patch)
treebcccc50ee6c843423103c07668acf6b51a3c1b03 /tools
parent91f71a93fdc10e55eb68bb9ac9723b77cf5382dd (diff)
osx packaging tweaks:
* include dummy if available * don't complain about existing vfork dir
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 286fa0f50e..78dc2cd07d 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -339,7 +339,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 ; do
+for backend in jack wavesaudio dummy; do
cp $BUILD_ROOT/libs/backends/$backend/lib*.dylib $Backends
done
@@ -383,7 +383,7 @@ cp $ARDOURSTACK_ROOT/lib/suil-0/lib* $Frameworks
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $Frameworks/ || true
# vfork wrapper
-mkdir $Frameworks/vfork
+mkdir -p $Frameworks/vfork
cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $VFork