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 07cbf8f commit 65bf352Copy full SHA for 65bf352
src/lib.rs
@@ -484,7 +484,7 @@ impl Config {
484
("tvos", arch) => ("tvOS", arch),
485
("watchos", arch) => ("watchOS", arch),
486
("windows", "x86_64") => ("Windows", "AMD64"),
487
- ("windows", "i686") => ("Windows", "X86"),
+ ("windows", "x86") => ("Windows", "X86"),
488
("windows", "aarch64") => ("Windows", "ARM64"),
489
// Others
490
(os, arch) => (os, arch),
0 commit comments