mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
fix typo (rsynth.lv2 configure)
This commit is contained in:
parent
f5c386bbb4
commit
d6e2e34025
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ out = 'build'
|
|||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
def configure(opt):
|
||||
def configure(conf):
|
||||
conf.load('compiler_c')
|
||||
autowaf.configure(conf)
|
||||
autowaf.set_c99_mode(conf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue