Skip to content

Commit 52a7cb7

Browse files
authored
Merge pull request #637 from zhaixiaojuan/main
2 parents 58e66f5 + 18a62b6 commit 52a7cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2945,6 +2945,7 @@ impl Build {
29452945
]), // explicit None if not found, so caller knows to fall back
29462946
"i686-unknown-linux-musl" => Some("musl"),
29472947
"i686-unknown-netbsd" => Some("i486--netbsdelf"),
2948+
"loongarch64-unknown-linux-gnu" => Some("loongarch64-linux-gnu"),
29482949
"mips-unknown-linux-gnu" => Some("mips-linux-gnu"),
29492950
"mips-unknown-linux-musl" => Some("mips-linux-musl"),
29502951
"mipsel-unknown-linux-gnu" => Some("mipsel-linux-gnu"),

0 commit comments

Comments
 (0)