mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/libuv: Fix the undefined reference to `uv__strscpy'
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
f5c094aef1
commit
dd7e98129a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ CSRCS += posix-hrtime.c
|
|||
CSRCS += posix-poll.c
|
||||
CSRCS += uv-data-getter-setters.c
|
||||
CSRCS += version.c
|
||||
ifneq ($(CONFIG_LIBUV_UTILS_TEST),)
|
||||
ifeq ($(CONFIG_LIBUV_UTILS_TEST),)
|
||||
CSRCS += idna.c
|
||||
CSRCS += strscpy.c
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue