mirror of https://github.com/bazelbuild/rules_cc
Fix buildifier error in rules_cc
PiperOrigin-RevId: 373438035 Change-Id: I6ff9b0cca80cb5dc7aa597a0ce7fb63d345b1cd9
This commit is contained in:
parent
ab5395627c
commit
8973704d88
|
@ -20,7 +20,7 @@ load("@rules_cc//cc:toolchain_utils.bzl", "find_cpp_toolchain")
|
|||
MyCCompileInfo = provider(doc = "", fields = ["object"])
|
||||
|
||||
DISABLED_FEATURES = [
|
||||
# "module_maps", # copybara-comment-this-out-please
|
||||
"module_maps", # # copybara-comment-this-out-please
|
||||
]
|
||||
|
||||
def _my_c_compile_impl(ctx):
|
||||
|
|
Loading…
Reference in New Issue