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 = '.'
|
||||
out = 'build'
|
||||
|
||||
backends = [ 'jack' ]
|
||||
backends = [ 'jack', 'wavesaudio' ]
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
Loading…
Reference in New Issue
Block a user