Skip to content

Commit

Permalink
"I love Rust"
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 20, 2023
1 parent cca0dab commit 457a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn main() {
if !Command::new(python)
.arg("scripts\\getmake.py")
.arg("--dir")
.arg(dir)
.arg(dir.clone())
.status()
.expect("Failed to start")
.success()
Expand Down

0 comments on commit 457a2bc

Please sign in to comment.