12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
load("@bazel-zig-cc//toolchain:defs.bzl", "zig_build_macro")
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
# TODO(motiejus) use json.encode() and unquote these variables with bazel 4+.
|
|
zig_build_macro(
|
|
absolute_path = {absolute_path},
|
|
zig_include_root = {zig_include_root},
|
|
)
|