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 245b2fb + ed73cca commit 1ba069bCopy full SHA for 1ba069b
lldb/test/API/lit.cfg.py
@@ -387,6 +387,7 @@ def delete_module_cache(path):
387
# Some steps required to initialize the tests dynamically link with python.dll
388
# and need to know the location of the Python libraries. This ensures that we
389
# use the same version of Python that was used to build lldb to run our tests.
390
+config.environment["PYTHONHOME"] = config.python_root_dir
391
config.environment["PATH"] = os.path.pathsep.join(
392
(config.python_root_dir, config.environment.get("PATH", ""))
393
)
0 commit comments