mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
fix: Add -pthread link option to Bazel BUILD file
This commit is contained in:
parent
3e7ef74a07
commit
5081613e6d
1 changed files with 1 additions and 0 deletions
1
BUILD
1
BUILD
|
@ -40,6 +40,7 @@ cc_library(
|
|||
includes = [
|
||||
"include",
|
||||
],
|
||||
linkopts = ["-pthread"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue