Skip to content

Commit

Permalink
add -lpthread to bazel check
Browse files Browse the repository at this point in the history
  • Loading branch information
wwieclaw committed Apr 3, 2023
1 parent 226af51 commit 9a47006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/check.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ cc_library(
includes = [
"src",
],
linkopts = ["-lpthread"],
local_defines = ["HAVE_PTHREAD"],
visibility = ["//visibility:public"],
)

0 comments on commit 9a47006

Please sign in to comment.