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 5c32e29 commit a44a88dCopy full SHA for a44a88d
src/lib.rs
@@ -278,7 +278,7 @@ impl Build {
278
"powerpc64le-unknown-freebsd" => "BSD-generic64",
279
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
280
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
281
- "riscv64gc-unknown-freebsd" => "BSD-generic64",
+ "riscv64gc-unknown-freebsd" => "BSD-riscv64",
282
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
283
"s390x-unknown-linux-gnu" => "linux64-s390x",
284
"s390x-unknown-linux-musl" => "linux64-s390x",
0 commit comments