diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-17 19:22:47 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-17 19:22:47 +0200 |
commit | 696bca8521935cc1dba3ba9601187efe8bcac516 (patch) | |
tree | 5322c38735d4b806982ad2bf8bbab012e8995585 /MODULE.bazel | |
parent | db34f151779fbfc72a5c6d373b9b5b25da9085b7 (diff) |
Fix Windows build
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 169d023..f60245c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -6,12 +6,3 @@ git_override( remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "a14ad3a64e7bf398ab48105aaa0348e032ac87f8",
)
-
-register_execution_platforms(
- # "//:x64_windows-clang-cl",
-)
-
-register_toolchains(
- # "@@local_config_cc//:cc-toolchain-x64_windows-clang-cl",
-)
-
|