Disable unnamed-macro check for cc_configure

This commit is contained in:
Marcel Hlopko 2020-05-04 10:56:00 +02:00
parent 4c3e410486
commit ed50da4736
1 changed files with 1 additions and 0 deletions

View File

@ -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")