Skip to content

Commit

Permalink
Fix creation of invalid librusty_v8.a (denoland#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Aug 26, 2022
1 parent 169d5d6 commit 746f7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ fn download_file(url: String, filename: PathBuf) {
println!("Python downloader failed, trying with curl.");
Command::new("curl")
.arg("-L")
.arg("-f")
.arg("-s")
.arg("-o")
.arg(&tmpfile)
Expand Down

0 comments on commit 746f7a3

Please sign in to comment.