system/libuv: Fix the undefined reference to `uv__strscpy'

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-05-21 02:20:50 +08:00 committed by Petro Karashchenko
parent f5c094aef1
commit dd7e98129a

View File

@ -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