diff options
Diffstat (limited to 'build_extra/rust/rust.gni')
-rw-r--r-- | build_extra/rust/rust.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni index cd755d6d3..5862f4ad4 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, ] } } |