Skip to content

Commit

Permalink
Support riscv64gc-unknown-linux-musl (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Jul 25, 2023
1 parent f75efe3 commit fa56f33
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 @@ -299,6 +299,7 @@ impl Build {
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
"riscv64gc-unknown-freebsd" => "BSD-riscv64",
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
"riscv64gc-unknown-linux-musl" => "linux-generic64",
"riscv64gc-unknown-netbsd" => "BSD-generic64",
"s390x-unknown-linux-gnu" => "linux64-s390x",
"sparc64-unknown-netbsd" => "BSD-generic64",
Expand Down

0 comments on commit fa56f33

Please sign in to comment.