Skip to content

Commit

Permalink
address feedback 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 20, 2023
1 parent d6037cb commit c856bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions worker/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use std::env;
#[cfg(target_os = "windows")]
use std::path::Path;
use std::process::Command;

fn main() {
Expand Down Expand Up @@ -94,7 +92,7 @@ fn main() {
};

let worker_abs_path = env::current_dir().unwrap();
let dir = Path::new(&worker_abs_path).join("out/msys");
let dir = worker_abs_path.join("out/msys");

if !Command::new(python)
.arg("scripts\\getmake.py")
Expand Down

0 comments on commit c856bb3

Please sign in to comment.