Skip to content

Commit

Permalink
Really use special make on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 20, 2017
1 parent 14b4d2a commit 8a4b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fn build_zlib_mingw() {
cflags.push(" ");
}
let gcc = sanitize_sh(compiler.path());
let mut cmd = Command::new("make");
let mut cmd = make();
cmd.arg("-f").arg("win32/Makefile.gcc")
.current_dir(&build)
.arg("install")
Expand Down

0 comments on commit 8a4b1e8

Please sign in to comment.