We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd3a42 commit b53b853Copy full SHA for b53b853
src/bootstrap/native.rs
@@ -367,7 +367,7 @@ impl Step for Openssl {
367
if !ok {
368
panic!("failed to download openssl source")
369
}
370
- let mut shasum = if target.contains("apple") {
+ let mut shasum = if target.contains("apple") || build.build.contains("netbsd") {
371
let mut cmd = Command::new("shasum");
372
cmd.arg("-a").arg("256");
373
cmd
0 commit comments