Skip to content

Commit 53566e9

Browse files
committed
Also apply -I in llvm20
1 parent 2d10beb commit 53566e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/toolchains/llvm20/unix_cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def _impl(ctx):
752752
iterate_over = "include_paths",
753753
),
754754
flag_group(
755-
flags = ["-isystem", "%{system_include_paths}"],
755+
flags = ["-I", "%{system_include_paths}"],
756756
iterate_over = "system_include_paths",
757757
),
758758
],

0 commit comments

Comments
 (0)