Skip to content

Commit 2855c23

Browse files
authored
loongarch64: Maps to linux-generic64 (#223)
1 parent 90dae38 commit 2855c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ impl Build {
310310
"i686-unknown-linux-musl" => "linux-elf",
311311
"i686-unknown-netbsd" => "BSD-x86-elf",
312312
"i686-uwp-windows-msvc" => "VC-WIN32-UWP",
313-
"loongarch64-unknown-linux-gnu" => "linux64-loongarch64",
313+
"loongarch64-unknown-linux-gnu" => "linux-generic64",
314314
"mips-unknown-linux-gnu" => "linux-mips32",
315315
"mips-unknown-linux-musl" => "linux-mips32",
316316
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",

0 commit comments

Comments
 (0)