Skip to content

Commit

Permalink
Merge pull request rust-lang#200 from tgross35/patch-1
Browse files Browse the repository at this point in the history
Change `--build` to use an absolute path
  • Loading branch information
tgross35 authored Aug 19, 2024
2 parents 584e1c1 + bbb95e1 commit a6ed009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ impl Config {
}
}

cmd.arg("--build").arg(".");
cmd.arg("--build").arg(&build);

if !self.no_build_target {
let target = self
Expand Down

0 comments on commit a6ed009

Please sign in to comment.