mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-28 08:43:26 +00:00
43a43353ff
* Moved more toolchain related rules into `./toolchains` * Updated toolchain locations in rules
8 lines
167 B
Python
8 lines
167 B
Python
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
|
|
|
bzl_library(
|
|
name = "bzl_srcs",
|
|
srcs = glob(["**/*.bzl"]),
|
|
visibility = ["//visibility:public"],
|
|
)
|