mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-13 06:00:25 +00:00
The guard tested the literal string "{WAMR_MODULE_DIR}" instead of
the expanded path, so it never short-circuited and
file(MAKE_DIRECTORY) ran on every configure. Add the missing '$' so
the guard checks the intended path.
Assisted-by: Claude Code (glm-5.3) <claude@anthropic.com>
Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| nuttx_add_luamod.cmake | ||
| nuttx_add_rust.cmake | ||
| nuttx_add_wamrmod.cmake | ||
| nuttx_wasm_interface.cmake | ||