Skip to content

Commit ee49d8e

Browse files
committed
Use Linux 3.14 instead of 3.10 for linux-ppc64el.
This is the first kernel version that actually supports it.
1 parent 2ce8eaa commit ee49d8e

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
@@ -27,6 +27,7 @@
2727
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('linux-'))">
2828
<TargetSystem>linux</TargetSystem>
2929
<TargetSystemVersion>3.10</TargetSystemVersion>
30+
<TargetSystemVersion Condition="'$(TargetArchitecture)' == 'powerpc64le'">3.14</TargetSystemVersion>
3031
</PropertyGroup>
3132

3233
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('osx-'))">

0 commit comments

Comments
 (0)