From e97c230f879d5b349040beacabb58eb613fb70ba Mon Sep 17 00:00:00 2001 From: Loo Rong Jie Date: Wed, 10 Jan 2018 17:35:34 +0800 Subject: [Bazel] Do not use -pthread on Windows --- BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 1779575c42..2839195cc2 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" -- cgit v1.2.3