summaryrefslogtreecommitdiff
path: root/MODULE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'MODULE.bazel')
-rw-r--r--MODULE.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 18190e8e..fc1534a7 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -20,6 +20,9 @@ module(
compatibility_level = 1,
)
+cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
+use_repo(cc_configure, "local_config_cc")
+
# Only direct dependencies need to be listed below.
# Please keep the versions in sync with the versions in the WORKSPACE file.