We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350e8f5 commit 9e75574Copy full SHA for 9e75574
1 file changed
src/native/native.cproj
@@ -10,11 +10,13 @@
10
</DefineConstants>
11
<!-- TODO: Remove when -err is re-enabled in Directory.Build.rsp. -->
12
<MSBuildTreatWarningsAsErrors>false</MSBuildTreatWarningsAsErrors>
13
- <!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/83 -->
14
<RuntimeIdentifiers>
15
linux-arm;
16
linux-arm64;
17
linux-x64;
+ linux-musl-arm;
18
+ linux-musl-arm64;
19
+ linux-musl-x64;
20
osx-arm64;
21
osx-x64;
22
win-arm64;
0 commit comments