"vscode:/vscode.git/clone" did not exist on "d128fc8252d53baad6ea456fa08cbf9028d255f4"
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( ...@@ -110,7 +110,7 @@ cc_library(
"googletest/include", "googletest/include",
], ],
linkopts = select({ linkopts = select({
":qnx": [], ":qnx": ["-lregex"],
":windows": [], ":windows": [],
"//conditions:default": ["-pthread"], "//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