summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..52051d9
--- /dev/null
+++ b/BUILD
@@ -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",
+ ],
+)
+