Skip to content

Commit

Permalink
Don't build Vezel.Celerity.Runtime.Native for musl for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 30, 2023
1 parent de67556 commit 2097506
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/native/native.cproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
</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 2097506

Please sign in to comment.