Merge 2ba8acf786b53d580f07f5c14ee34b2da58fbfb9 into 1b96fa13f549387b7549cc89e1a785cf143a1a50

This commit is contained in:
Adam Azarchs 2025-11-14 12:17:49 +08:00 committed by GitHub
commit 48256a29a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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