mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
wscript: drop repeated autowaf.set_options - it is enough to set at top level
This commit is contained in:
parent
1c686f4d63
commit
88cecdfaef
72 changed files with 69 additions and 84 deletions
|
|
@ -7,7 +7,7 @@ controlcp_sources = [
|
|||
]
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
from waflib.extras import autowaf as autowaf
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ children = [
|
|||
]
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
pass
|
||||
|
||||
def sub_config_and_use(conf, name, has_objects = True):
|
||||
conf.recurse(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue