Browse Source

libuv: Update CMake-internal buildsystem

Brad King 4 years ago
parent
commit
8e7bb62bd5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Utilities/cmlibuv/CMakeLists.txt

+ 1 - 0
Utilities/cmlibuv/CMakeLists.txt

@@ -202,6 +202,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
     )
   list(APPEND uv_defines _GNU_SOURCE)
   list(APPEND uv_sources
+    src/unix/epoll.c
     src/unix/linux-core.c
     src/unix/linux-inotify.c
     src/unix/linux-syscalls.c