Skip to content

Commit 83bbc04

Browse files
author
git apple-llvm automerger
committed
Merge commit 'e1618eddcba8' from swift/release/6.2.1 into swift/release/6.2
2 parents bc9310b + e1618ed commit 83bbc04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ def delete_module_cache(path):
371371
# Some steps required to initialize the tests dynamically link with python.dll
372372
# and need to know the location of the Python libraries. This ensures that we
373373
# use the same version of Python that was used to build lldb to run our tests.
374+
config.environment["PYTHONHOME"] = config.python_root_dir
374375
config.environment["PATH"] = os.path.pathsep.join(
375376
(config.python_root_dir, config.environment.get("PATH", ""))
376377
)

0 commit comments

Comments
 (0)