We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dae38 commit 2855c23Copy full SHA for 2855c23
src/lib.rs
@@ -310,7 +310,7 @@ impl Build {
310
"i686-unknown-linux-musl" => "linux-elf",
311
"i686-unknown-netbsd" => "BSD-x86-elf",
312
"i686-uwp-windows-msvc" => "VC-WIN32-UWP",
313
- "loongarch64-unknown-linux-gnu" => "linux64-loongarch64",
+ "loongarch64-unknown-linux-gnu" => "linux-generic64",
314
"mips-unknown-linux-gnu" => "linux-mips32",
315
"mips-unknown-linux-musl" => "linux-mips32",
316
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",
0 commit comments