Skip to content

Commit 5a8de19

Browse files
committed
Posix-threads are not specific to Linux.
Unless other implementations needed, just use it as default. Signed-off-by: Henner Zeller <[email protected]>
1 parent e885f48 commit 5a8de19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dst/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cc_library(
4343
"@boost.system",
4444
] + select({
4545
"@platforms//os:macos": ["@boost.thread//:thread_mac"],
46-
"@platforms//os:linux": ["@boost.thread//:thread_posix"]
46+
"//conditions:default": ["@boost.thread//:thread_posix"],
4747
}),
4848
)
4949

0 commit comments

Comments
 (0)