Fix typo in x.py
This commit is contained in:
parent
ed6cf63a42
commit
f6f77e0a89
1 changed files with 1 additions and 1 deletions
2
x.py
2
x.py
|
@ -208,7 +208,7 @@ def build_bolt(llvm_root: Path) -> None:
|
||||||
'BOLT_ENABLE_TESTS': True,
|
'BOLT_ENABLE_TESTS': True,
|
||||||
'ZEN_ENABLE_TESTS': False,
|
'ZEN_ENABLE_TESTS': False,
|
||||||
'LLVM_ROOT': str(llvm_install_dir),
|
'LLVM_ROOT': str(llvm_install_dir),
|
||||||
'ICU_ROOt': str(icu_install_dir),
|
'ICU_ROOT': str(icu_install_dir),
|
||||||
#'LLVM_CONFIG': str(llvm_config_path),
|
#'LLVM_CONFIG': str(llvm_config_path),
|
||||||
#'LLVM_TARGETS_TO_BUILD': 'X86',
|
#'LLVM_TARGETS_TO_BUILD': 'X86',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue