Commit cef01a8
fix(nuttx): use absolute path for fl_port_nuttx.c in CMake SRCS
parent directory, causing the relative path "App/func_loader/
fl_port_nuttx.c" to resolve incorrectly. Use CMAKE_CURRENT_LIST_DIR
to match the existing file(GLOB) pattern.
Signed-off-by: chenjinglin <chenjinglin@xiaomi.com>1 parent b6f4b15 commit cef01a8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments