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.
s390x-unknown-linux-musl
1 parent 75a4f8f commit 9b1da59Copy full SHA for 9b1da59
src/lib.rs
@@ -262,6 +262,7 @@ impl Build {
262
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
263
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
264
"s390x-unknown-linux-gnu" => "linux64-s390x",
265
+ "s390x-unknown-linux-musl" => "linux64-s390x",
266
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
267
"x86_64-linux-android" => "linux-x86_64",
268
"x86_64-pc-windows-gnu" => "mingw64",
0 commit comments