Skip to content

Commit b8a9ca6

Browse files
committed
Set TargetSystemVersion to 0.1.0 for WASI.
1 parent 9bd7cdd commit b8a9ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Cross.Target.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('wasi-'))">
4444
<TargetSystem>wasi</TargetSystem>
45-
<!-- TODO: Add WASI version with Zig 0.14.0. -->
45+
<TargetSystemVersion>0.1.0</TargetSystemVersion>
4646
</PropertyGroup>
4747

4848
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('win-'))">

0 commit comments

Comments
 (0)