diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni index cd755d6d31..5862f4ad4e 100644 --- a/build_extra/rust/rust.gni +++ b/build_extra/rust/rust.gni @@ -228,7 +228,7 @@ template("rust_crate") { foreach(c, cfg) { args += [ "--cfg", - "c", + c, ] } }