mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-28 21:34:00 +00:00
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,
|
configure = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# buildifier: disable=unnamed-macro
|
||||||
def cc_configure():
|
def cc_configure():
|
||||||
"""A C++ configuration rules that generate the crosstool file."""
|
"""A C++ configuration rules that generate the crosstool file."""
|
||||||
cc_autoconf_toolchains(name = "local_config_cc_toolchains")
|
cc_autoconf_toolchains(name = "local_config_cc_toolchains")
|
||||||
|
|
Loading…
Reference in a new issue