[wasm] Disable check-libstdc++ test

Since libiwasm.so links to it.
This commit is contained in:
Behdad Esfahbod 2023-02-25 15:29:35 -07:00
parent 2482bb120b
commit 4f537df67d
1 changed files with 4 additions and 1 deletions

View File

@ -930,7 +930,10 @@ if get_option('tests').enabled()
env.set('HBHEADERS', ' '.join(HBHEADERS))
if cpp.get_argument_syntax() != 'msvc' and not meson.is_cross_build() # ensure the local tools are usable
dist_check_script += ['check-libstdc++', 'check-static-inits', 'check-symbols']
dist_check_script += ['check-static-inits', 'check-symbols']
if get_option('wasm').disabled()
dist_check_script += ['check-libstdc++']
endif
endif
foreach name : dist_check_script