1
0
Fork 0
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:
Bert Belder 2019-05-14 17:07:57 -07:00
parent 9c9c58c84d
commit 6ab2c350b7
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -228,7 +228,7 @@ template("rust_crate") {
foreach(c, cfg) {
args += [
"--cfg",
"c",
c,
]
}
}