From 6adc87e3eb6193fd739b28931c19cf850c9b3276 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 27 Oct 2018 06:11:39 -0700 Subject: Ergonomics: Prompt TTY for permission escalation (#1081) --- BUILD.gn | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index cfd7227bf..68cb2c6db 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -44,24 +44,25 @@ config("deno_config") { } main_extern = [ + "$rust_build:atty", + "$rust_build:dirs", + "$rust_build:futures", + "$rust_build:getopts", "$rust_build:hyper", "$rust_build:hyper_rustls", - "$rust_build:futures", "$rust_build:lazy_static", "$rust_build:libc", "$rust_build:log", + "$rust_build:rand", + "$rust_build:remove_dir_all", "$rust_build:ring", "$rust_build:tempfile", - "$rust_build:rand", "$rust_build:tokio", - "$rust_build:tokio_io", - "$rust_build:tokio_fs", "$rust_build:tokio_executor", + "$rust_build:tokio_fs", + "$rust_build:tokio_io", "$rust_build:tokio_threadpool", "$rust_build:url", - "$rust_build:remove_dir_all", - "$rust_build:dirs", - "$rust_build:getopts", "//build_extra/flatbuffers/rust:flatbuffers", ":msg_rs", ] -- cgit v1.2.3