11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
load("@bazel-zig-cc//toolchain:defs.bzl", "zig_build_macro")
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
zig_build_macro(
|
|
absolute_path = {absolute_path},
|
|
zig_include_root = {zig_include_root},
|
|
)
|