Skip to content

Commit e6169b3

Browse files
committed
Zig has switched from using i386 to x86 to denote 32-bit x86.
1 parent 5a9b0d7 commit e6169b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/win-x86/win-x86.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.Build.NoTargets">
22
<PropertyGroup>
33
<ZigBuildRuntime>win-x86</ZigBuildRuntime>
4-
<ZigArchiveName>windows-i386</ZigArchiveName>
4+
<ZigArchiveName>windows-x86</ZigArchiveName>
55
<ZigArchiveType>zip</ZigArchiveType>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)