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.
2 parents f504347 + 83bbc04 commit 54eee00Copy full SHA for 54eee00
lldb/test/API/lit.cfg.py
@@ -371,6 +371,7 @@ def delete_module_cache(path):
371
# Some steps required to initialize the tests dynamically link with python.dll
372
# and need to know the location of the Python libraries. This ensures that we
373
# use the same version of Python that was used to build lldb to run our tests.
374
+config.environment["PYTHONHOME"] = config.python_root_dir
375
config.environment["PATH"] = os.path.pathsep.join(
376
(config.python_root_dir, config.environment.get("PATH", ""))
377
)
0 commit comments