mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[fontations] Disable symbol check
Since all of rust crates become public symbols. Sigh.
This commit is contained in:
parent
6b035cd7b7
commit
a6d295fa1e
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ if get_option('tests').enabled()
|
|||
endforeach
|
||||
env.set('HBHEADERS', ' '.join(HBHEADERS))
|
||||
|
||||
if cpp.get_argument_syntax() != 'msvc' and not meson.is_cross_build() # ensure the local tools are usable
|
||||
if conf.get('HAVE_FONTATIONS', 0) == 0 and cpp.get_argument_syntax() != 'msvc' and not meson.is_cross_build() # ensure the local tools are usable
|
||||
dist_check_script += ['check-static-inits', 'check-symbols']
|
||||
if get_option('wasm').disabled() and not get_option('with_libstdcxx')
|
||||
dist_check_script += ['check-libstdc++']
|
||||
|
|
Loading…
Add table
Reference in a new issue