13
0

fix typo (rsynth.lv2 configure)

This commit is contained in:
Robin Gareus 2013-10-20 15:28:13 +02:00
parent f5c386bbb4
commit d6e2e34025

View File

@ -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)