Skip to content

Commit

Permalink
Add osx-arm64 to the default RuntimeIdentifiers.
Browse files Browse the repository at this point in the history
Closes #4.
  • Loading branch information
alexrp committed Nov 17, 2022
1 parent c31d864 commit 3c06039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/build/Vezel.Zig.Sdk.Defaults.targets
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
<PropertyGroup>
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/1 -->
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/3 -->
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/4 -->
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/5 -->
<RuntimeIdentifiers Condition="'$(RuntimeIdentifiers)' == ''">
linux-arm64;
linux-x64;
linux-musl-arm;
linux-musl-arm64;
linux-musl-x64;
osx-arm64;
osx-x64;
win-x86;
win-x64
Expand Down

0 comments on commit 3c06039

Please sign in to comment.