Skip to content

Commit c15a520

Browse files
author
James Sharpe
authored
Revert inadvertent direct commit to main (#1213)
1 parent 37383aa commit c15a520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foreign_cc/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _init(module_ctx):
2929
}
3030

3131
for mod in module_ctx.modules:
32-
if mod.is_root:
32+
if not mod.is_root:
3333
for toolchain in mod.tags.cmake:
3434
versions["cmake"] = toolchain.version
3535

0 commit comments

Comments
 (0)