changes to wscript to build new audio engine backend
This commit is contained in:
parent
6f759b5650
commit
57ffd6c404
@ -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…
Reference in New Issue
Block a user