Skip to content

Commit abc5406

Browse files
committed
add back glibc TargetLibraryVersion 2.27 for riscv64
1 parent 837a8fd commit abc5406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdk/build/Vezel.Zig.Sdk.Cross.Target.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<PropertyGroup Condition="'$(TargetLibrary)' == 'glibc'">
7979
<TargetLibraryVersion>2.23</TargetLibraryVersion>
8080
<TargetLibraryVersion Condition="'$(TargetArchitecture)' == 'loongarch64'">2.36</TargetLibraryVersion>
81+
<TargetLibraryVersion Condition="'$(TargetArchitecture)' == 'riscv64'">2.27</TargetLibraryVersion>
8182
</PropertyGroup>
8283

8384
<PropertyGroup>

0 commit comments

Comments
 (0)