aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD.tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/BUILD.tools')
-rw-r--r--src/BUILD.tools18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/BUILD.tools b/src/BUILD.tools
index d4e0a4164c..46a13e6e71 100644
--- a/src/BUILD.tools
+++ b/src/BUILD.tools
@@ -21,3 +21,21 @@ config_setting(
values = {"cpu": "x64_windows_msys"},
visibility = ["//visibility:public"],
)
+
+config_setting(
+ name = "host_windows",
+ values = {"host_cpu": "x64_windows"},
+ visibility = ["//visibility:public"],
+)
+
+config_setting(
+ name = "host_windows_msvc",
+ values = {"host_cpu": "x64_windows_msvc"},
+ visibility = ["//visibility:public"],
+)
+
+config_setting(
+ name = "host_windows_msys",
+ values = {"host_cpu": "x64_windows_msys"},
+ visibility = ["//visibility:public"],
+)