mirror of
https://github.com/google/googletest.git
synced 2025-12-07 01:06:50 +08:00
Merge 2ba8acf786b53d580f07f5c14ee34b2da58fbfb9 into 1b96fa13f549387b7549cc89e1a785cf143a1a50
This commit is contained in:
commit
48256a29a7
@ -132,15 +132,10 @@ cc_library(
|
|||||||
linkopts = select({
|
linkopts = select({
|
||||||
":qnx": ["-lregex"],
|
":qnx": ["-lregex"],
|
||||||
":windows": [],
|
":windows": [],
|
||||||
":freebsd": [
|
"//conditions:default": [
|
||||||
"-lm",
|
"-lm",
|
||||||
"-pthread",
|
"-pthread",
|
||||||
],
|
],
|
||||||
":openbsd": [
|
|
||||||
"-lm",
|
|
||||||
"-pthread",
|
|
||||||
],
|
|
||||||
"//conditions:default": ["-pthread"],
|
|
||||||
}),
|
}),
|
||||||
deps = select({
|
deps = select({
|
||||||
":has_absl": [
|
":has_absl": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user