Skip to content

Commit 9b1da59

Browse files
authored
Support target s390x-unknown-linux-musl (#97)
1 parent 75a4f8f commit 9b1da59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ impl Build {
262262
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
263263
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
264264
"s390x-unknown-linux-gnu" => "linux64-s390x",
265+
"s390x-unknown-linux-musl" => "linux64-s390x",
265266
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
266267
"x86_64-linux-android" => "linux-x86_64",
267268
"x86_64-pc-windows-gnu" => "mingw64",

0 commit comments

Comments
 (0)