Skip to content

Commit 9a47006

Browse files
committed
add -lpthread to bazel check
1 parent 226af51 commit 9a47006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/check.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ cc_library(
157157
includes = [
158158
"src",
159159
],
160+
linkopts = ["-lpthread"],
160161
local_defines = ["HAVE_PTHREAD"],
161162
visibility = ["//visibility:public"],
162163
)

0 commit comments

Comments
 (0)