mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
cmake(bugfix):fix libc sysclog CMake build typo
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
@@ -20,4 +20,6 @@
|
||||
#
|
||||
# ##############################################################################
|
||||
|
||||
target_sources(c PRIVATE lib_setlogmask.c lib_syslog.c)
|
||||
if(CONFIG_SYSLOG)
|
||||
target_sources(c PRIVATE lib_setlogmask.c lib_syslog.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user