[debuginfo-tests] Update Python variable in lit.site.cfg.py

This commit is contained in:
Jonas Devlieghere 2020-04-30 10:51:40 -07:00
parent 3bdd7fcc34
commit 7f84b6c1ba

View File

@ -22,7 +22,7 @@ config.is_msvc = lit.util.pythonize_bool("@MSVC@")
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
config.python3_executable = "@PYTHON_EXECUTABLE@"
config.python3_executable = "@Python3_EXECUTABLE@"
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.