From ea736668500d640783242186334c38a144501961 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 2 Jul 2019 11:07:43 -0400 Subject: deps: upgrade to libuv 1.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This upgrade is a small patch release, fixing compilation errors on Android, Cygwin, and uClibc - none of which are tested in the CI. PR-URL: https://github.com/nodejs/node/pull/28511 Reviewed-By: Saúl Ibarra Corretgé Reviewed-By: Richard Lau Reviewed-By: Santiago Gimeno Reviewed-By: Ben Noordhuis --- deps/uv/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'deps/uv/CMakeLists.txt') diff --git a/deps/uv/CMakeLists.txt b/deps/uv/CMakeLists.txt index f2ed3722c4..a34e5a1b80 100644 --- a/deps/uv/CMakeLists.txt +++ b/deps/uv/CMakeLists.txt @@ -260,8 +260,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Android") src/unix/linux-syscalls.c src/unix/procfs-exepath.c src/unix/pthread-fixes.c - src/unix/sysinfo-loadavg.c - src/unix/sysinfo-memory.c) + src/unix/sysinfo-loadavg.c) endif() if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "Android|Linux|OS/390") -- cgit v1.2.3