mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
osx-bundle: fix vfork
This commit is contained in:
parent
81d8eaa216
commit
4a1cc44cc6
1 changed files with 2 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ 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
|
||||||
cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $Frameworks/
|
mkdir $Frameworks/vfork
|
||||||
|
cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $Frameworks/vfork/
|
||||||
|
|
||||||
|
|
||||||
while [ true ] ; do
|
while [ true ] ; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue