Skip to content

Commit fc501f9

Browse files
committed
Fix Python fun with strings vs. lists of strings.
1 parent 1c00e1c commit fc501f9

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
@@ -2483,7 +2483,7 @@ config.substitutions.append(('%llvm-cov', config.llvm_cov))
24832483
if hasattr(config, 'target_library_path_var'):
24842484
host_library_env = (
24852485
"/usr/bin/env " +
2486-
construct_library_path_env(config.swift_host_lib_dir))
2486+
construct_library_path_env([config.swift_host_lib_dir]))
24872487
else:
24882488
host_library_env = ""
24892489

0 commit comments

Comments
 (0)