scons: make harfbuzz min version recommended but not strict
This commit is contained in:
parent
d5e3dba3df
commit
7c9a18b16b
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ if not preconfigured:
|
|||
env['MISSING_DEPS'].append(env['ICU_LIB_NAME'])
|
||||
elif libname == 'harfbuzz':
|
||||
if not conf.harfbuzz_version():
|
||||
env['MISSING_DEPS'].append('harfbuzz-min-version')
|
||||
env['SKIPPED_DEPS'].append('harfbuzz-min-version')
|
||||
|
||||
if env['BIGINT']:
|
||||
env.Append(CPPDEFINES = '-DBIGINT')
|
||||
|
|
Loading…
Reference in a new issue