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",
|
||||
],
|
||||
linkopts = select({
|
||||
":qnx": [],
|
||||
":qnx": ["-lregex"],
|
||||
":windows": [],
|
||||
"//conditions:default": ["-pthread"],
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user