Thanks to visit codestin.com Credit goes to github.com
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 b6c9b30 commit f75efe3Copy full SHA for f75efe3
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-netbsd" => "BSD-generic64",
303
"s390x-unknown-linux-gnu" => "linux64-s390x",
304
"sparc64-unknown-netbsd" => "BSD-generic64",
305
"s390x-unknown-linux-musl" => "linux64-s390x",
0 commit comments