Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 2097506

Browse files
committed
Don't build Vezel.Celerity.Runtime.Native for musl for now.
See: vezel-dev/zig-sdk#83
1 parent de67556 commit 2097506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/runtime/native/native.cproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
</DefineConstants>
1010
<!-- TODO: Remove when -err is re-enabled in Directory.Build.rsp. -->
1111
<MSBuildTreatWarningsAsErrors>false</MSBuildTreatWarningsAsErrors>
12+
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/83 -->
1213
<RuntimeIdentifiers>
1314
linux-arm64;
1415
linux-x64;
15-
linux-musl-arm64;
16-
linux-musl-x64;
1716
osx-arm64;
1817
osx-x64;
1918
win-arm64;

0 commit comments

Comments
 (0)