Skip to content

Commit

Permalink
Zig has switched from using i386 to x86 to denote 32-bit x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Aug 4, 2023
1 parent 5a9b0d7 commit e6169b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win-x86/win-x86.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<ZigBuildRuntime>win-x86</ZigBuildRuntime>
<ZigArchiveName>windows-i386</ZigArchiveName>
<ZigArchiveName>windows-x86</ZigArchiveName>
<ZigArchiveType>zip</ZigArchiveType>
</PropertyGroup>
</Project>

0 comments on commit e6169b3

Please sign in to comment.