commit | 65fb29fdfbe1663fe0f050214c43bf24238fbbfe | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Tue Nov 16 12:20:30 2021 -0500 |
committer | Brad King <brad.king@kitware.com> | Wed Nov 17 06:36:30 2021 -0500 |
tree | 83766306b9e38db0fb68f31357bb639ea677fa66 | |
parent | d98b61c68770150e4773ce30eb8145ad487016da [diff] |
libuv: Build unix tcp support during CMake bootstrap Using the real `tcp.c` simplifies `cmake-bootstrap.c`, and its implementation doesn't seem to require any of the platform-specific definitions. Also, later it will be needed for `uv_socketpair`.