1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

build: build rustls with the same features between gn/ninja and cargo

This commit is contained in:
Bert Belder 2018-12-19 10:17:56 +01:00
parent 57338d98be
commit 838d14a589
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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",