Skip to content

Commit bfd68f2

Browse files
authored
Fix unconditional cargo metadata printing on flag support check (#908)
1 parent 2d6a3b2 commit bfd68f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ impl Build {
527527
let host = self.get_host()?;
528528
let mut cfg = Build::new();
529529
cfg.flag(flag)
530+
.cargo_metadata(self.cargo_metadata)
530531
.target(&target)
531532
.opt_level(0)
532533
.host(&host)

0 commit comments

Comments
 (0)