diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -588,6 +588,7 @@ if ${cmake_system_mingw}; then src/inet.c \ src/threadpool.c \ src/strscpy.c \ + src/strtok.c \ src/timer.c \ src/uv-common.c \ src/win/async.c \ @@ -618,6 +619,7 @@ if ${cmake_system_mingw}; then else LIBUV_C_SOURCES="\ src/strscpy.c \ + src/strtok.c \ src/timer.c \ src/uv-common.c \ src/unix/cmake-bootstrap.c \ @@ -634,6 +636,7 @@ else src/unix/signal.c \ src/unix/stream.c \ src/unix/tcp.c \ + src/unix/tty.c \ " fi |