Skip to content

Commit

Permalink
Support target s390x-unknown-linux-musl (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored May 10, 2021
1 parent 75a4f8f commit 9b1da59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ impl Build {
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
"s390x-unknown-linux-gnu" => "linux64-s390x",
"s390x-unknown-linux-musl" => "linux64-s390x",
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
"x86_64-linux-android" => "linux-x86_64",
"x86_64-pc-windows-gnu" => "mingw64",
Expand Down

0 comments on commit 9b1da59

Please sign in to comment.