mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 14:05:12 +08:00
cmake:bugfix refine sim cmake redefine symbols
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
242b50f921
commit
f8437d52b7
@@ -727,7 +727,7 @@ else()
|
||||
${nuttx_libs_paths} ${nuttx_extra_libs}
|
||||
$<$<NOT:$<BOOL:${APPLE}>>:-Wl,--end-group> -o nuttx.rel
|
||||
COMMAND ${CMAKE_OBJCOPY} --redefine-syms=nuttx-names.dat nuttx.rel
|
||||
DEPENDS ${nuttx_libs} ${nuttx_extra_libs} sim_head
|
||||
DEPENDS ${nuttx_libs} ${nuttx_extra_libs} sim_head sim_redefine_symbols
|
||||
COMMAND_EXPAND_LISTS)
|
||||
endif()
|
||||
add_custom_target(nuttx-rel DEPENDS nuttx.rel
|
||||
|
||||
Reference in New Issue
Block a user