aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
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,
],
)