summaryrefslogtreecommitdiffstats
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 3c9a228..153a348 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -110,7 +110,7 @@ cc_library(
"googletest/include",
],
linkopts = select({
- ":qnx": [],
+ ":qnx": ["-lregex"],
":windows": [],
"//conditions:default": ["-pthread"],
}),