We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53b853 commit 90aa66bCopy full SHA for 90aa66b
src/bootstrap/native.rs
@@ -387,7 +387,7 @@ impl Step for Openssl {
387
let dst = build.openssl_install_dir(target).unwrap();
388
drop(fs::remove_dir_all(&obj));
389
drop(fs::remove_dir_all(&dst));
390
- build.run(Command::new("tar").arg("xf").arg(&tarball).current_dir(&out));
+ build.run(Command::new("tar").arg("zxf").arg(&tarball).current_dir(&out));
391
392
let mut configure = Command::new("perl");
393
configure.arg(obj.join("Configure"));
0 commit comments