Skip to content

Commit a6ed009

Browse files
authored
Merge pull request #200 from tgross35/patch-1
Change `--build` to use an absolute path
2 parents 584e1c1 + bbb95e1 commit a6ed009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ impl Config {
846846
}
847847
}
848848

849-
cmd.arg("--build").arg(".");
849+
cmd.arg("--build").arg(&build);
850850

851851
if !self.no_build_target {
852852
let target = self

0 commit comments

Comments
 (0)