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 0bf2f5d commit 90fa5c7Copy full SHA for 90fa5c7
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