mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
libuv: Use SIGCHLD in bootstrap mode
This commit is contained in:
@@ -75,7 +75,9 @@ extern char **environ;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) || \
|
||||
#ifdef CMAKE_BOOTSTRAP
|
||||
#define UV_USE_SIGCHLD
|
||||
#elif defined(__APPLE__) || \
|
||||
defined(__DragonFly__) || \
|
||||
defined(__FreeBSD__) || \
|
||||
defined(__NetBSD__) || \
|
||||
|
||||
Reference in New Issue
Block a user