mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fixed typo
This commit is contained in:
parent
b1659f8c31
commit
f7e35024b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue