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.
Generic
1 parent f84bd51 commit 63bde55Copy full SHA for 63bde55
src/lib.rs
@@ -491,6 +491,7 @@ impl Config {
491
("windows", "x86_64") => ("Windows", "AMD64"),
492
("windows", "x86") => ("Windows", "X86"),
493
("windows", "aarch64") => ("Windows", "ARM64"),
494
+ ("none", arch) => ("Generic", arch),
495
// Others
496
(os, arch) => (os, arch),
497
};
0 commit comments