cmake(bugfix):fix libc sysclog CMake build typo

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19
2024-10-31 16:10:21 +08:00
committed by Xiang Xiao
parent 1fb8a64299
commit 6ee73bc199
+3 -1
View File
@@ -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()