Skip to content

Commit

Permalink
Add support for loongarch64-unknown-linux-musl target (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher authored Mar 4, 2024
1 parent b274ca3 commit d77ecaa
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 @@ -315,6 +315,7 @@ impl Build {
"i686-unknown-netbsd" => "BSD-x86-elf",
"i686-uwp-windows-msvc" => "VC-WIN32-UWP",
"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 d77ecaa

Please sign in to comment.