Merge pull request #3484 from mbinna:bazel_qnx_regex

PiperOrigin-RevId: 384913062
pull/3496/head
CJ Johnson 3 years ago
commit efc6b36cb3
  1. 2
      BUILD.bazel

@ -110,7 +110,7 @@ cc_library(
"googletest/include",
],
linkopts = select({
":qnx": [],
":qnx": ["-lregex"],
":windows": [],
"//conditions:default": ["-pthread"],
}),

Loading…
Cancel
Save