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 2ce8eaa commit ee49d8eCopy full SHA for ee49d8e
src/sdk/build/Vezel.Zig.Sdk.Cross.Target.targets
@@ -27,6 +27,7 @@
27
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('linux-'))">
28
<TargetSystem>linux</TargetSystem>
29
<TargetSystemVersion>3.10</TargetSystemVersion>
30
+ <TargetSystemVersion Condition="'$(TargetArchitecture)' == 'powerpc64le'">3.14</TargetSystemVersion>
31
</PropertyGroup>
32
33
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('osx-'))">
0 commit comments