diff options
author | Brad King <brad.king@kitware.com> | 2021-11-16 17:20:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-17 11:36:30 (GMT) |
commit | 65fb29fdfbe1663fe0f050214c43bf24238fbbfe (patch) | |
tree | 83766306b9e38db0fb68f31357bb639ea677fa66 /bootstrap | |
parent | d98b61c68770150e4773ce30eb8145ad487016da (diff) | |
download | CMake-65fb29fdfbe1663fe0f050214c43bf24238fbbfe.zip CMake-65fb29fdfbe1663fe0f050214c43bf24238fbbfe.tar.gz CMake-65fb29fdfbe1663fe0f050214c43bf24238fbbfe.tar.bz2 |
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`.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -625,6 +625,7 @@ else src/unix/process.c \ src/unix/signal.c \ src/unix/stream.c \ + src/unix/tcp.c \ " fi |