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 6a6b4b0 commit 837a8fdCopy full SHA for 837a8fd
src/sdk/build/Vezel.Zig.Sdk.Cross.Target.targets
@@ -76,10 +76,8 @@
76
</PropertyGroup>
77
78
<PropertyGroup Condition="'$(TargetLibrary)' == 'glibc'">
79
- <TargetLibraryVersion>2.17</TargetLibraryVersion>
+ <TargetLibraryVersion>2.23</TargetLibraryVersion>
80
<TargetLibraryVersion Condition="'$(TargetArchitecture)' == 'loongarch64'">2.36</TargetLibraryVersion>
81
- <TargetLibraryVersion Condition="'$(TargetArchitecture)' == 'powerpc64le'">2.19</TargetLibraryVersion>
82
- <TargetLibraryVersion Condition="'$(TargetArchitecture)' == 'riscv64'">2.27</TargetLibraryVersion>
83
84
85
<PropertyGroup>
0 commit comments