Skip to content

Commit b68cf55

Browse files
committed
[Testing] Use the SDK name for the back-deployment concurrency library path
1 parent 95137fa commit b68cf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ concurrency_back_deploy_path = ''
18061806
if run_vendor == 'apple':
18071807
if 'back_deploy_concurrency' in lit_config.params:
18081808
config.available_features.add('back_deploy_concurrency')
1809-
concurrency_back_deploy_path = os.path.join(os.path.dirname(swift_obj_root), os.path.basename(swift_obj_root).replace("swift-", "backdeployconcurrency-"), 'lib', 'swift-5.5', run_os)
1809+
concurrency_back_deploy_path = os.path.join(os.path.dirname(swift_obj_root), os.path.basename(swift_obj_root).replace("swift-", "backdeployconcurrency-"), 'lib', 'swift-5.5', xcrun_sdk_name)
18101810

18111811
def os_stdlib_paths():
18121812
if run_vendor == 'apple':

0 commit comments

Comments
 (0)