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