16 lines
309 B
Plaintext
16 lines
309 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},
|
|
)
|
|
|
|
exports_files([
|
|
"glibc-hacks/fcntl.map",
|
|
"glibc-hacks/glibchack-fcntl.h",
|
|
])
|