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 26f4db4 + e0857b3 commit e1618edCopy full SHA for e1618ed
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