Skip to content

Commit

Permalink
aarch64-unknown-netbsd: add openssl configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakllsch committed Aug 10, 2018
1 parent 1dd53f7 commit 538d1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ impl Step for Openssl {
"aarch64-linux-android" => "linux-aarch64",
"aarch64-unknown-linux-gnu" => "linux-aarch64",
"aarch64-unknown-linux-musl" => "linux-aarch64",
"aarch64-unknown-netbsd" => "BSD-generic64",
"arm-linux-androideabi" => "android",
"arm-unknown-linux-gnueabi" => "linux-armv4",
"arm-unknown-linux-gnueabihf" => "linux-armv4",
Expand Down

0 comments on commit 538d1ba

Please sign in to comment.