mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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 = '.'
|
||||
out = 'build'
|
||||
|
||||
backends = [ 'jack' ]
|
||||
backends = [ 'jack', 'wavesaudio' ]
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue