Skip to content

Commit 65bf352

Browse files
SoulSharerthomcc
authored andcommitted
Fix for windows i686 cross-compilation target
1 parent 07cbf8f commit 65bf352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ impl Config {
484484
("tvos", arch) => ("tvOS", arch),
485485
("watchos", arch) => ("watchOS", arch),
486486
("windows", "x86_64") => ("Windows", "AMD64"),
487-
("windows", "i686") => ("Windows", "X86"),
487+
("windows", "x86") => ("Windows", "X86"),
488488
("windows", "aarch64") => ("Windows", "ARM64"),
489489
// Others
490490
(os, arch) => (os, arch),

0 commit comments

Comments
 (0)