mirror of https://github.com/bazelbuild/rules_cc
Migrate Apple CROSSTOOL to starlark.
RELNOTES: None. PiperOrigin-RevId: 231209609
This commit is contained in:
parent
b3a83d701a
commit
f76ab4888a
|
@ -113,3 +113,11 @@ go_test(
|
|||
"@com_github_golang_protobuf//proto:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "bazel_osx_p4deps",
|
||||
srcs = [
|
||||
"BUILD",
|
||||
"ctoolchain_compare.bzl",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue