Skip to content
  • Brad King's avatar
    bootstrap: Make libuv available during bootstrap · 714ce728
    Brad King authored
    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.
    714ce728