aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-02-19 06:01:32 -0500
committerGravatar GitHub <noreply@github.com>2018-02-19 06:01:32 -0500
commit9a5a3883f59d8d3d5d25ffd4337ca150d97e2e38 (patch)
treeb3aaf6462e39364c65cddb074265a9ce84c75b55 /BUILD
parent9d0bc30edbe14fef58f32e74009dd513dee2cfd0 (diff)
parente97c230f879d5b349040beacabb58eb613fb70ba (diff)
Merge pull request #13963 from rongjiecomputer/windows
[Bazel] Do not use -pthread on Windows
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 5cdac1b636..31dd9fded7 100644
--- a/BUILD
+++ b/BUILD
@@ -53,6 +53,16 @@ config_setting(
values = {"define": "GRPC_PORT_ISOLATED_RUNTIME=1"},
)
+config_setting(
+ name = "windows",
+ values = { "cpu": "x64_windows" },
+)
+
+config_setting(
+ name = "windows_msvc",
+ values = {"cpu": "x64_windows_msvc"},
+)
+
# This should be updated along with build.yaml
g_stands_for = "glamorous"