Skip to content

Commit

Permalink
bootstrap: Add openssl configuration for x86_64-unknown-linux-gnux32
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubitz committed Feb 24, 2018
1 parent 063deba commit 0b6583e
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 @@ -490,6 +490,7 @@ impl Step for Openssl {
"x86_64-unknown-freebsd" => "BSD-x86_64",
"x86_64-unknown-dragonfly" => "BSD-x86_64",
"x86_64-unknown-linux-gnu" => "linux-x86_64",
"x86_64-unknown-linux-gnux32" => "linux-x32",
"x86_64-unknown-linux-musl" => "linux-x86_64",
"x86_64-unknown-netbsd" => "BSD-x86_64",
_ => panic!("don't know how to configure OpenSSL for {}", target),
Expand Down

0 comments on commit 0b6583e

Please sign in to comment.