Skip to content

Commit da50b81

Browse files
committed
Prefer just-built compiler when building back-deployed concurrency library
1 parent eba9e5b commit da50b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ 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, [], prefer_just_built_toolchain=True)
132132

133133
def should_test(self, host_target):
134134
return False

0 commit comments

Comments
 (0)