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