diff --git a/BUILD.bazel b/BUILD.bazel index 0306468e..1f22b26c 100644 --- a/BUILD.bazel +++ b/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": [