2
0
Fork 0
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:
Marcel Hlopko 2020-05-04 10:56:00 +02:00
parent 4c3e410486
commit ed50da4736

View file

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