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.
2 parents c9b6dca + 0b6583e commit 266386aCopy full SHA for 266386a
src/bootstrap/native.rs
@@ -492,6 +492,7 @@ impl Step for Openssl {
492
"x86_64-unknown-freebsd" => "BSD-x86_64",
493
"x86_64-unknown-dragonfly" => "BSD-x86_64",
494
"x86_64-unknown-linux-gnu" => "linux-x86_64",
495
+ "x86_64-unknown-linux-gnux32" => "linux-x32",
496
"x86_64-unknown-linux-musl" => "linux-x86_64",
497
"x86_64-unknown-netbsd" => "BSD-x86_64",
498
_ => panic!("don't know how to configure OpenSSL for {}", target),
0 commit comments