We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cb0b3 commit 4879299Copy full SHA for 4879299
src/lib.rs
@@ -273,6 +273,7 @@ impl Build {
273
"mipsel-unknown-linux-musl" => "linux-mips32",
274
"powerpc-unknown-freebsd" => "BSD-generic32",
275
"powerpc-unknown-linux-gnu" => "linux-ppc",
276
+ "powerpc-unknown-linux-gnuspe" => "linux-ppc",
277
"powerpc64-unknown-freebsd" => "BSD-generic64",
278
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
279
"powerpc64-unknown-linux-musl" => "linux-ppc64",
0 commit comments