Skip to content

Commit 1cba3e7

Browse files
committed
Add win-arm64 to the default RuntimeIdentifiers.
Closes #3.
1 parent 03698ce commit 1cba3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Defaults.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
</PropertyGroup>
6464

6565
<PropertyGroup>
66-
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/3 -->
6766
<RuntimeIdentifiers Condition="'$(RuntimeIdentifiers)' == ''">
6867
linux-arm;
6968
linux-arm64;
@@ -73,6 +72,7 @@
7372
linux-musl-x64;
7473
osx-arm64;
7574
osx-x64;
75+
win-arm64;
7676
win-x86;
7777
win-x64
7878
</RuntimeIdentifiers>

0 commit comments

Comments
 (0)