7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
|
load("@bazel-zig-cc//toolchain/private:cc_toolchains.bzl", "declare_cc_toolchains")
|
||
|
|
||
|
declare_cc_toolchains(
|
||
|
absolute_path = {absolute_path},
|
||
|
zig_include_root = {zig_include_root},
|
||
|
)
|