Skip to content

Commit 0b6583e

Browse files
committed
bootstrap: Add openssl configuration for x86_64-unknown-linux-gnux32
1 parent 063deba commit 0b6583e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

+1
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ impl Step for Openssl {
490490
"x86_64-unknown-freebsd" => "BSD-x86_64",
491491
"x86_64-unknown-dragonfly" => "BSD-x86_64",
492492
"x86_64-unknown-linux-gnu" => "linux-x86_64",
493+
"x86_64-unknown-linux-gnux32" => "linux-x32",
493494
"x86_64-unknown-linux-musl" => "linux-x86_64",
494495
"x86_64-unknown-netbsd" => "BSD-x86_64",
495496
_ => panic!("don't know how to configure OpenSSL for {}", target),

0 commit comments

Comments
 (0)