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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

zig-toolsets.proj

+1-3
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)