mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
[P4/git history rebuild]
This commit is contained in:
parent
3f80a13de2
commit
0bd4e3e11f
1 changed files with 1 additions and 4 deletions
|
|
@ -7,10 +7,7 @@ import sys
|
|||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
backends = [ 'jack' ]
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
backends += ['wavesaudio' ]
|
||||
backends = [ 'jack', 'wavesaudio' ]
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue