Skip to content

Commit

Permalink
Add support for loongarch64-unknown-linux-musl target (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher authored Mar 4, 2024
1 parent cb7b3c8 commit d2af7ae
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 @@ -265,6 +265,7 @@ impl Build {
"i686-unknown-linux-gnu" => "linux-elf",
"i686-unknown-linux-musl" => "linux-elf",
"loongarch64-unknown-linux-gnu" => "linux-generic64",
"loongarch64-unknown-linux-musl" => "linux-generic64",
"mips-unknown-linux-gnu" => "linux-mips32",
"mips-unknown-linux-musl" => "linux-mips32",
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",
Expand Down

0 comments on commit d2af7ae

Please sign in to comment.