Skip to content

Commit

Permalink
Map riscv64 linux to linux64-riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Feb 12, 2024
1 parent add20f7 commit bad25e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ impl Build {
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
"powerpc64le-alpine-linux-musl" => "linux-ppc64le",
"riscv64gc-unknown-freebsd" => "BSD-riscv64",
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
"riscv64gc-unknown-linux-musl" => "linux-generic64",
"riscv64-alpine-linux-musl" => "linux-generic64",
"riscv64gc-unknown-linux-gnu" => "linux64-riscv64",
"riscv64gc-unknown-linux-musl" => "linux64-riscv64",
"riscv64-alpine-linux-musl" => "linux64-riscv64",
"riscv64gc-unknown-netbsd" => "BSD-generic64",
"s390x-unknown-linux-gnu" => "linux64-s390x",
"sparc64-unknown-netbsd" => "BSD-generic64",
Expand Down

0 comments on commit bad25e3

Please sign in to comment.