mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
better implementation of configure and build time is_tracks_build() test
This commit is contained in:
parent
2022a5b8d1
commit
1df10daa6b
2 changed files with 6 additions and 10 deletions
|
|
@ -20,7 +20,7 @@ def configure(conf):
|
|||
autowaf.set_recursive()
|
||||
autowaf.configure(conf)
|
||||
|
||||
if bld.is_tracks_build():
|
||||
if conf.is_tracks_build():
|
||||
panners = [ '1in2out', 'vbap', 'stereobalance' ]
|
||||
else:
|
||||
panners = [ '2in2out', '1in2out', 'vbap', 'stereobalance' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue