From f6f77e0a89273a045c8ed69ed7cd95f18e09708c Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Thu, 27 Feb 2025 13:34:40 +0100 Subject: [PATCH] Fix typo in x.py --- x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.py b/x.py index 37eb7331c..b97ba6f31 100755 --- a/x.py +++ b/x.py @@ -208,7 +208,7 @@ def build_bolt(llvm_root: Path) -> None: 'BOLT_ENABLE_TESTS': True, 'ZEN_ENABLE_TESTS': False, '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_TARGETS_TO_BUILD': 'X86', }