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 d87be5a commit 514acacCopy full SHA for 514acac
utils/swift_build_support/swift_build_support/products/product.py
@@ -373,7 +373,7 @@ def get_linux_target_components(self, arch):
373
def get_linux_sysroot(self, platform, arch):
374
if not self.is_cross_compile_target('{}-{}'.format(platform, arch)):
375
return None
376
- sysroot_arch, abi = self.get_linux_target_components(arch)
+ sysroot_arch, _, abi = self.get_linux_target_components(arch)
377
# $ARCH-$PLATFORM-$ABI
378
# E.x.: aarch64-linux-gnu
379
sysroot_dirname = '{}-{}-{}'.format(sysroot_arch, platform, abi)
0 commit comments