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
@ -69,7 +69,7 @@ CSRCS += posix-hrtime.c
|
|||||||
CSRCS += posix-poll.c
|
CSRCS += posix-poll.c
|
||||||
CSRCS += uv-data-getter-setters.c
|
CSRCS += uv-data-getter-setters.c
|
||||||
CSRCS += version.c
|
CSRCS += version.c
|
||||||
ifneq ($(CONFIG_LIBUV_UTILS_TEST),)
|
ifeq ($(CONFIG_LIBUV_UTILS_TEST),)
|
||||||
CSRCS += idna.c
|
CSRCS += idna.c
|
||||||
CSRCS += strscpy.c
|
CSRCS += strscpy.c
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user