diff --git a/BUILD.bazel b/BUILD.bazel index 3c9a228f..153a348b 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -110,7 +110,7 @@ cc_library( "googletest/include", ], linkopts = select({ - ":qnx": [], + ":qnx": ["-lregex"], ":windows": [], "//conditions:default": ["-pthread"], }),