Skip to content

Commit 85cc836

Browse files
committed
[lit] Use a more appropriate default for host_library_env
1 parent 8f7b303 commit 85cc836

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
@@ -2485,7 +2485,7 @@ if hasattr(config, 'target_library_path_var'):
24852485
"/usr/bin/env " +
24862486
construct_library_path_env([config.swift_host_lib_dir]))
24872487
else:
2488-
host_library_env = ""
2488+
host_library_env = "env"
24892489

24902490
config.substitutions.append(('%host-library-env', host_library_env))
24912491

0 commit comments

Comments
 (0)