aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2023-02-09 17:20:59 +0900
committerYi Kong <yikong@google.com>2023-02-09 09:10:30 +0000
commit91d2ee6b3e01fdda2817e83178df0939b6e8fecd (patch)
treeb617cd1f61389179ba97e1be129a51e05e18ff6c /BUILD.bazel
parentd7b7f78e6c691f907f19051f1bca99cafc454325 (diff)
downloadlinux-x86-91d2ee6b3e01fdda2817e83178df0939b6e8fecd.tar.gz
Migrate to the new clang lib dir
Test: presubmit Change-Id: I50dcb4434a9f28bb987d2c080de1e99cb5177046
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index fed0817f6..aeb03b523 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -66,7 +66,7 @@ clang_version(
name = "clang",
directory = generated_config_constants.CLANG_DEFAULT_VERSION,
includes = [
- "lib64/clang/%s/include" % generated_config_constants.CLANG_DEFAULT_SHORT_VERSION,
+ "lib/clang/%s/include" % generated_config_constants.CLANG_DEFAULT_SHORT_VERSION,
],
)