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 1c00e1c commit fc501f9Copy full SHA for fc501f9
test/lit.cfg
@@ -2483,7 +2483,7 @@ config.substitutions.append(('%llvm-cov', config.llvm_cov))
2483
if hasattr(config, 'target_library_path_var'):
2484
host_library_env = (
2485
"/usr/bin/env " +
2486
- construct_library_path_env(config.swift_host_lib_dir))
+ construct_library_path_env([config.swift_host_lib_dir]))
2487
else:
2488
host_library_env = ""
2489
0 commit comments