Fixed typo
This commit is contained in:
parent
b1659f8c31
commit
f7e35024b6
@ -37,7 +37,7 @@ def options(opt):
|
|||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
||||||
autowaf.check_pkg(conf, 'zita-reampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True)
|
autowaf.check_pkg(conf, 'zita-resampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True)
|
||||||
else:
|
else:
|
||||||
conf.load ('compiler_cxx')
|
conf.load ('compiler_cxx')
|
||||||
autowaf.configure(conf)
|
autowaf.configure(conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user