Skip to content

Commit 5a9b0d7

Browse files
committed
Revert "Temporarily disable win-x86 packaging."
This reverts commit 076fdf6. Closes #15.
1 parent 151a759 commit 5a9b0d7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

zig-toolsets.proj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.Build.Traversal">
22
<ItemGroup>
3-
<!-- TODO: https://github.com/vezel-dev/zig-toolsets/issues/15 -->
4-
<ProjectReference Include="src/*-*/*.proj"
5-
Exclude="src/win-x86/win-x86.proj" />
3+
<ProjectReference Include="src/*-*/*.proj" />
64
</ItemGroup>
75
</Project>

0 commit comments

Comments
 (0)