summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-11-16 12:20:30 -0500
committerBrad King <brad.king@kitware.com>2021-11-17 06:36:30 -0500
commit65fb29fdfbe1663fe0f050214c43bf24238fbbfe (patch)
tree83766306b9e38db0fb68f31357bb639ea677fa66 /bootstrap
parentd98b61c68770150e4773ce30eb8145ad487016da (diff)
downloadcmake-65fb29fdfbe1663fe0f050214c43bf24238fbbfe.tar.gz
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-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index c3e126464a..61dd3ddcf9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -625,6 +625,7 @@ else
src/unix/process.c \
src/unix/signal.c \
src/unix/stream.c \
+ src/unix/tcp.c \
"
fi