[Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvc

and x64_windows_msvc
This commit is contained in:
Loo Rong Jie
2018-01-07 22:52:52 +08:00
parent c3bb0ee2a6
commit cbd15d417e
3 changed files with 18 additions and 7 deletions

View File

@@ -45,7 +45,8 @@ cc_test(
],
),
linkopts = select({
"//:win": [],
"//:windows": [],
"//:windows_msvc": [],
"//conditions:default": [
"-pthread",
],