| diff --git a/MODULE.bazel b/MODULE.bazel |
| index c298a32..658794e 100644 |
| --- a/MODULE.bazel |
| +++ b/MODULE.bazel |
| @@ -22,9 +22,9 @@ module(name = "helly25_mbo"...) |
| |
| # For local development we include LLVM and Hedron-Compile-Commands. |
| # For bazelmod usage these have to be provided by the main module - if necessary. |
| -include("//bazelmod:hedron.MODULE.bazel") |
| - |
| -include("//bazelmod:llvm.MODULE.bazel") |
| +# include("//bazelmod:hedron.MODULE.bazel") |
| + |
| +# include("//bazelmod:llvm.MODULE.bazel") |
| |
| bazel_dep(name = "bazel_skylib", version = "1.7.1") |
| bazel_dep(name = "rules_cc", version = "0.1.1") |