Skip to content

Commit

Permalink
Add support for loongarch64-unknown-linux-gnu target (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher authored Apr 20, 2023
1 parent 6d82a28 commit 295025a
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 @@ -279,6 +279,7 @@ impl Build {
"i686-unknown-linux-musl" => "linux-elf",
"i686-unknown-netbsd" => "BSD-x86-elf",
"i686-uwp-windows-msvc" => "VC-WIN32-UWP",
"loongarch64-unknown-linux-gnu" => "linux64-loongarch64",
"mips-unknown-linux-gnu" => "linux-mips32",
"mips-unknown-linux-musl" => "linux-mips32",
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",
Expand Down

0 comments on commit 295025a

Please sign in to comment.