mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
changes to wscript to build new audio engine backend
This commit is contained in:
parent
6f759b5650
commit
57ffd6c404
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import os
|
||||||
top = '.'
|
top = '.'
|
||||||
out = 'build'
|
out = 'build'
|
||||||
|
|
||||||
backends = [ 'jack' ]
|
backends = [ 'jack', 'wavesaudio' ]
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue