mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
build: forward rustc '--cfg' flags correctly
This commit is contained in:
parent
9c9c58c84d
commit
6ab2c350b7
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ template("rust_crate") {
|
|||
foreach(c, cfg) {
|
||||
args += [
|
||||
"--cfg",
|
||||
"c",
|
||||
c,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue