diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-12-19 10:17:56 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-12-19 12:19:44 +0100 |
commit | 838d14a589d14e7af5f00efe32d8be2e7fedb586 (patch) | |
tree | 6cef138e97e9ec68ca4bb423e2db5939f6fba811 | |
parent | 57338d98bef93bb45c8aff945ccec5d310d3c241 (diff) |
build: build rustls with the same features between gn/ninja and cargo
-rw-r--r-- | build_extra/rust/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn index f872dccb1..8c0a0fd6b 100644 --- a/build_extra/rust/BUILD.gn +++ b/build_extra/rust/BUILD.gn @@ -891,6 +891,7 @@ rust_crate("ring") { rust_crate("rustls") { source_root = "$registry_github/rustls-0.14.0/src/lib.rs" + features = [ "default" ] extern = [ ":untrusted", ":base64", |