Skip to content

Commit 1d2a412

Browse files
committed
grpc: Fix LLVM include path
1 parent 9240163 commit 1d2a412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cinterop-c/toolchain/cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _impl(ctx):
199199
# After upgrading the Kotlin compiler, the C compiler will throw an error that certain includes are not
200200
# are not part of the built-in include paths. In this case, replace the below path with the printed one.
201201
# See the cinterop-c/README.md for more details.
202-
deps + "/llvm-19-aarch64-macos-essentials-75/lib/clang/19/include",
202+
deps + "/llvm-19-aarch64-macos-essentials-79/lib/clang/19/include",
203203
deps + "/llvm-19-x86_64-macos-essentials-103/lib/clang/19/include",
204204
] + includes,
205205
)

0 commit comments

Comments
 (0)