mirror of
https://github.com/google/googletest.git
synced 2025-11-13 00:05:01 -05:00
[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