aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 7d80e14f..f9221248 100644
--- a/BUILD
+++ b/BUILD
@@ -44,9 +44,11 @@ config_setting(
},
)
-# Android builds do not need to link in a separate pthread library.
+# Android and Windows builds do not need to link in a separate pthread library.
LINK_OPTS = select({
":android": [],
+ ":windows": [],
+ ":windows_msvc": [],
"//conditions:default": ["-lpthread", "-lm"],
})