We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9240163 commit 1d2a412Copy full SHA for 1d2a412
cinterop-c/toolchain/cc_toolchain_config.bzl
@@ -199,7 +199,7 @@ def _impl(ctx):
199
# After upgrading the Kotlin compiler, the C compiler will throw an error that certain includes are not
200
# are not part of the built-in include paths. In this case, replace the below path with the printed one.
201
# See the cinterop-c/README.md for more details.
202
- deps + "/llvm-19-aarch64-macos-essentials-75/lib/clang/19/include",
+ deps + "/llvm-19-aarch64-macos-essentials-79/lib/clang/19/include",
203
deps + "/llvm-19-x86_64-macos-essentials-103/lib/clang/19/include",
204
] + includes,
205
)
0 commit comments