Skip to content

Commit ad533f8

Browse files
authored
Merge pull request swiftlang#39227 from DougGregor/just-built-back-deploy
Prefer just-built compiler when building back-deployed concurrency library
2 parents c8df721 + d52d4d5 commit ad533f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ def build(self, host_target):
128128
self.cmake_options.define(
129129
'SWIFT_DARWIN_DEPLOYMENT_VERSION_WATCHOS:STRING', '6.0')
130130

131-
self.build_with_cmake(["back-deployment"], build_variant, [])
131+
self.build_with_cmake(["back-deployment"], build_variant, [],
132+
prefer_just_built_toolchain=True)
132133

133134
def should_test(self, host_target):
134135
return False

0 commit comments

Comments
 (0)