mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +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
|
|
@ -4,7 +4,7 @@ import waflib.extras.autowaf as autowaf
|
|||
import waflib.Utils as Utils
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue