Skip to content

Commit a4fff36

Browse files
committed
[bazel] Add "include/" for libc includes
for 04e8653 #83199
1 parent 2b54510 commit a4fff36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def libc_common_copts():
1717
libc_include_path = paths.join(root_label.workspace_root, root_label.package)
1818
return [
1919
"-I" + libc_include_path,
20+
"-I" + paths.join(libc_include_path, "include"),
2021
"-DLIBC_NAMESPACE=" + LIBC_NAMESPACE,
2122
]
2223

0 commit comments

Comments
 (0)