diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-12-23 13:53:29 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-22 23:53:29 -0500 |
commit | bee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (patch) | |
tree | 136a018c630afdb97b8b810b3dedb5745ca8125b /BUILD.gn | |
parent | cbee2895b3643aaccd62b221bf1bb4ac6a1ca9fb (diff) |
make stdout unbuffered (#1355)
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ main_extern = [ "$rust_build:tokio_process", "$rust_build:tokio_threadpool", "$rust_build:url", + "$rust_build:kernel32", + "$rust_build:winapi", "//build_extra/flatbuffers/rust:flatbuffers", ] |