We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e66f5 + 18a62b6 commit 52a7cb7Copy full SHA for 52a7cb7
src/lib.rs
@@ -2945,6 +2945,7 @@ impl Build {
2945
]), // explicit None if not found, so caller knows to fall back
2946
"i686-unknown-linux-musl" => Some("musl"),
2947
"i686-unknown-netbsd" => Some("i486--netbsdelf"),
2948
+ "loongarch64-unknown-linux-gnu" => Some("loongarch64-linux-gnu"),
2949
"mips-unknown-linux-gnu" => Some("mips-linux-gnu"),
2950
"mips-unknown-linux-musl" => Some("mips-linux-musl"),
2951
"mipsel-unknown-linux-gnu" => Some("mipsel-linux-gnu"),
0 commit comments