We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063deba commit 0b6583eCopy full SHA for 0b6583e
src/bootstrap/native.rs
@@ -490,6 +490,7 @@ impl Step for Openssl {
490
"x86_64-unknown-freebsd" => "BSD-x86_64",
491
"x86_64-unknown-dragonfly" => "BSD-x86_64",
492
"x86_64-unknown-linux-gnu" => "linux-x86_64",
493
+ "x86_64-unknown-linux-gnux32" => "linux-x32",
494
"x86_64-unknown-linux-musl" => "linux-x86_64",
495
"x86_64-unknown-netbsd" => "BSD-x86_64",
496
_ => panic!("don't know how to configure OpenSSL for {}", target),
0 commit comments