summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2018-09-16 18:09:02 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-16 18:38:41 -0700
commit0185f9f9de3d0a65f1ce463e479d5069eabe3c96 (patch)
treeb6839c5514f6bbb56832f6353218dbd72bc2dfa2 /BUILD.gn
parentba8757b44ac824b70c6e5ea10248c1d637716b0d (diff)
Add the 'dirs' crate, enable the required 'winapi' features
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 cd4ca964d..220406700 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -48,6 +48,7 @@ main_extern = [
"$rust_build:tokio",
"$rust_build:url",
"$rust_build:remove_dir_all",
+ "$rust_build:dirs",
"//build_extra/flatbuffers/rust:flatbuffers",
":msg_rs",
]