Merge pull request #3484 from mbinna:bazel_qnx_regex
PiperOrigin-RevId: 384913062
This commit is contained in:
commit
efc6b36cb3
@ -110,7 +110,7 @@ cc_library(
|
|||||||
"googletest/include",
|
"googletest/include",
|
||||||
],
|
],
|
||||||
linkopts = select({
|
linkopts = select({
|
||||||
":qnx": [],
|
":qnx": ["-lregex"],
|
||||||
":windows": [],
|
":windows": [],
|
||||||
"//conditions:default": ["-pthread"],
|
"//conditions:default": ["-pthread"],
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user