diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-17 00:27:25 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-17 00:28:03 +0200 |
commit | db34f151779fbfc72a5c6d373b9b5b25da9085b7 (patch) | |
tree | 1c0b6c91d6b04e0f812b41c99199e52698bc53f3 /MODULE.bazel | |
parent | 4ad4091b38faa39ddd2deae7455bd3a26531994f (diff) |
Enable compilation on ChromeOS
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 93439c6..169d023 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,10 +8,10 @@ git_override( )
register_execution_platforms(
- "//:x64_windows-clang-cl"
+ # "//:x64_windows-clang-cl",
)
register_toolchains(
- "@@local_config_cc//:cc-toolchain-x64_windows-clang-cl",
+ # "@@local_config_cc//:cc-toolchain-x64_windows-clang-cl",
)
|