mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Backport Mixbus osx-build script changes
This commit is contained in:
parent
653cd3fa17
commit
d8a3f771c2
1 changed files with 2 additions and 2 deletions
|
|
@ -381,7 +381,7 @@ for x in $BUILD_ROOT/../share/osc/*.preset ; do
|
|||
done
|
||||
|
||||
# Mixbus MixerSettings (if any)
|
||||
for x in $BUILD_ROOT/../mixer_settings/*.lua ; do
|
||||
for x in $BUILD_ROOT/../share/mixer_settings/*.lua ; do
|
||||
mkdir -p $MixerSettings # create on demand
|
||||
cp "$x" $MixerSettings
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue