Commit efc6b36c authored by CJ Johnson's avatar CJ Johnson
Browse files

Merge pull request #3484 from mbinna:bazel_qnx_regex

PiperOrigin-RevId: 384913062
parents 8d51ffdf f0ff512b
......@@ -110,7 +110,7 @@ cc_library(
"googletest/include",
],
linkopts = select({
":qnx": [],
":qnx": ["-lregex"],
":windows": [],
"//conditions:default": ["-pthread"],
}),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment