summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-02-08 00:19:50 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-02-07 16:19:50 -0500
commit5c50d2819b7b7f43820b0f2e572dff2fc0bb8c8b (patch)
tree67474cb213c5b82873bf28d42638038c97b23fe1 /BUILD.gn
parentaea7884d11b6f10e2ccc0d6a7c5c154f84472ed4 (diff)
Add emojis to permission prompts (#1684)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 251fba2ee..07375aa4f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -18,6 +18,7 @@ group("default") {
}
main_extern = [
+ "$rust_build:ansi_term",
"$rust_build:atty",
"$rust_build:dirs",
"$rust_build:flatbuffers",