mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 08:26:06 +00:00
[bazel] Add "include/" for libc includes
for 04e8653f189bf3d65680c7fb3b3033ad82903ee9 #83199
This commit is contained in:
parent
2b545108ff
commit
a4fff36b6c
@ -17,6 +17,7 @@ def libc_common_copts():
|
||||
libc_include_path = paths.join(root_label.workspace_root, root_label.package)
|
||||
return [
|
||||
"-I" + libc_include_path,
|
||||
"-I" + paths.join(libc_include_path, "include"),
|
||||
"-DLIBC_NAMESPACE=" + LIBC_NAMESPACE,
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user