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 f75efe3 commit fa56f33Copy full SHA for fa56f33
src/lib.rs
@@ -299,6 +299,7 @@ impl Build {
299
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
300
"riscv64gc-unknown-freebsd" => "BSD-riscv64",
301
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
302
+ "riscv64gc-unknown-linux-musl" => "linux-generic64",
303
"riscv64gc-unknown-netbsd" => "BSD-generic64",
304
"s390x-unknown-linux-gnu" => "linux64-s390x",
305
"sparc64-unknown-netbsd" => "BSD-generic64",
0 commit comments