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:
parent
57338d98be
commit
838d14a589
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue