Skip to content

Commit

Permalink
Revert "Don't build Vezel.Celerity.Runtime.Native for musl for now."
Browse files Browse the repository at this point in the history
This reverts commit 2097506.

See: vezel-dev/zig-sdk#83 (comment)
  • Loading branch information
alexrp committed Apr 28, 2024
1 parent 04a1920 commit c8dff87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/native/native.cproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
</DefineConstants>
<!-- TODO: Remove when -err is re-enabled in Directory.Build.rsp. -->
<MSBuildTreatWarningsAsErrors>false</MSBuildTreatWarningsAsErrors>
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/83 -->
<RuntimeIdentifiers>
linux-arm64;
linux-x64;
linux-musl-arm64;
linux-musl-x64;
osx-arm64;
osx-x64;
win-arm64;
Expand Down

0 comments on commit c8dff87

Please sign in to comment.