Skip to content

bootstrap: Make libuv available during bootstrap

Brad King requested to merge brad.king/cmake:libuv-bootstrap into master

On UNIX, build only the parts of libuv we need for the filesystem, process, and poll abstractions using the POSIX poll() backend. This avoids many platform-specific conditions. On Windows, build all of libuv; there are no conditional alternatives anyway.

Merge request reports