mirror of https://github.com/bazelbuild/rules_cc
Disable unnamed-macro check for cc_configure
This commit is contained in:
parent
4c3e410486
commit
ed50da4736
|
@ -173,6 +173,7 @@ cc_autoconf = repository_rule(
|
|||
configure = True,
|
||||
)
|
||||
|
||||
# buildifier: disable=unnamed-macro
|
||||
def cc_configure():
|
||||
"""A C++ configuration rules that generate the crosstool file."""
|
||||
cc_autoconf_toolchains(name = "local_config_cc_toolchains")
|
||||
|
|
Loading…
Reference in New Issue