[Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvc
and x64_windows_msvc
This commit is contained in:
@@ -45,7 +45,8 @@ cc_test(
|
||||
],
|
||||
),
|
||||
linkopts = select({
|
||||
"//:win": [],
|
||||
"//:windows": [],
|
||||
"//:windows_msvc": [],
|
||||
"//conditions:default": [
|
||||
"-pthread",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user