Skip to content

Commit 4b35f98

Browse files
authored
Merge pull request #62187 from drexin/wip-102515724
[Build] Include deployment version in target triple
2 parents c40a98a + 79e385e commit 4b35f98

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def get_openbsd_toolchain_file(self):
403403
def common_cross_c_flags(self, platform, arch, include_arch=False):
404404
cross_flags = []
405405

406-
target = self.target_for_platform(platform, arch, include_version=False)
406+
target = self.target_for_platform(platform, arch, include_version=True)
407407
if include_arch and target:
408408
cross_flags.append('-arch {}'.format(arch))
409409
cross_flags.append('-target {}'.format(target))

0 commit comments

Comments
 (0)