mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 04:10:38 +08:00

wasm clang can't find math.h if using libm from toolchain. It's OK to using math.h from NuttX since only declaration is needed for wasm build. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>