mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Fix creation of invalid librusty_v8.a (#1059)
This commit is contained in:
parent
169d5d6ea0
commit
746f7a3a56
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue