[gn build] fix llvm-lit after d23b15cc16077

This commit is contained in:
Nico Weber 2020-09-04 10:23:16 -04:00
parent 756735e559
commit 67ef9af256

View File

@ -86,7 +86,7 @@ write_cmake_config("llvm-lit") {
values = [
"LLVM_SOURCE_DIR=" + rebase_path("//llvm", dir),
"Python3_EXECUTABLE=$python_path",
"Python3_EXECUTABLE=/usr/bin/env $python_path",
"BUILD_MODE=.",
"LLVM_LIT_CONFIG_MAP=" + config_map,
]