diff --git a/system/libuv/Makefile b/system/libuv/Makefile index e56f31509..f88fd6623 100644 --- a/system/libuv/Makefile +++ b/system/libuv/Makefile @@ -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