fix typo in comment
This commit is contained in:
parent
3882a5a263
commit
ee39af3419
@ -19,7 +19,7 @@ if icu_dep.found()
|
|||||||
'Init.cxx',
|
'Init.cxx',
|
||||||
]
|
]
|
||||||
elif not get_option('iconv').disabled()
|
elif not get_option('iconv').disabled()
|
||||||
# an installed iconv library will make the builtin iconf() unavailable,
|
# an installed iconv library will make the builtin iconv() unavailable,
|
||||||
# so search for the library first and pass it as (possible) dependency
|
# so search for the library first and pass it as (possible) dependency
|
||||||
iconv_dep = compiler.find_library('libiconv', required: false)
|
iconv_dep = compiler.find_library('libiconv', required: false)
|
||||||
have_iconv = compiler.has_function('iconv',
|
have_iconv = compiler.has_function('iconv',
|
||||||
|
Loading…
Reference in New Issue
Block a user