Skip to content

Fix missing symbol on Emscripten

A link error is emit when cross-compiling VTK with Emscripten:

undefined symbol: pthread_attr_setscope (referenced by top-level
compiled C/C++ code)

This can be converted to a warning using the link option SHELL:-sERROR_ON_UNDEFINED_SYMBOLS=0 but this is annoying.

Edited by Michael Migliore

Merge request reports