pull/3879/merge
Adam Azarchs 3 months ago committed by GitHub
commit 7e9619a32b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      BUILD.bazel

@ -126,15 +126,10 @@ cc_library(
linkopts = select({
":qnx": ["-lregex"],
":windows": [],
":freebsd": [
"//conditions:default": [
"-lm",
"-pthread",
],
":openbsd": [
"-lm",
"-pthread",
],
"//conditions:default": ["-pthread"],
}),
deps = select({
":has_absl": [

Loading…
Cancel
Save