diff options
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +platform(
+ name = "x64_windows-clang-cl",
+ constraint_values = [
+ "@platforms//cpu:x86_64",
+ "@platforms//os:windows",
+ "@bazel_tools//tools/cpp:clang-cl",
+ ],
+)
+
|