Skip to content

Commit 0dce982

Browse files
committed
fix example MODULE.bazel comment
1 parent a6ddf88 commit 0dce982

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/bzlmod/MODULE.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ buildbuddy = use_extension("@toolchains_buildbuddy//:extensions.bzl", "buildbudd
4848
# (Optional) Use the repository directly instead.
4949
# use_repo(buildbuddy, "buildbuddy_toolchain")
5050

51-
# Register the toolchains explicitly
51+
# Register the toolchains with higher priority than dependent modules (i.e. rules_cc)
52+
#
53+
# User may explicitly choose a specific toolchain using the `--extra_toolchains=` flag.
54+
# See 'examples/bzlmod/.bazelrc' file for more details.
5255
register_toolchains(
5356
"@toolchains_buildbuddy//toolchains/cc:all",
5457
)

0 commit comments

Comments
 (0)