[wasm] Disable check-libstdc++ test
Since libiwasm.so links to it.
This commit is contained in:
parent
2482bb120b
commit
4f537df67d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue