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.
2 parents 08d15b8 + 0b8371d commit 6bfb6e0Copy full SHA for 6bfb6e0
utils/swift_build_support/swift_build_support/targets.py
@@ -74,9 +74,9 @@ def stdlib_deployment_targets():
74
elif machine == 'aarch64':
75
return ['linux-aarch64']
76
elif machine == 'ppc64':
77
- return ['linux-ppc64']
+ return ['linux-powerpc64']
78
elif machine == 'ppc64le':
79
- return ['linux-ppc64le']
+ return ['linux-powerpc64le']
80
elif system == 'Darwin':
81
if machine == 'x86_64':
82
return [
0 commit comments