--- native/numpy/core/setup.py 2022-12-25 19:52:52
+++ wasm/numpy/core/setup.py 2023-02-03 08:17:04
@@ -262,6 +262,7 @@
# Check for complex support
st = config.check_header('complex.h')
+ st = False
if st:
priv.append(('HAVE_COMPLEX_H', 1))
pub.append(('NPY_USE_C99_COMPLEX', 1))