mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 05:49:20 -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) {
|
foreach(c, cfg) {
|
||||||
args += [
|
args += [
|
||||||
"--cfg",
|
"--cfg",
|
||||||
"c",
|
c,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue