fix: Use -lpthread instead of -pthread

This commit is contained in:
Andreas Schuh 2016-11-25 08:55:27 +00:00
parent 5081613e6d
commit d453b2620e

2
BUILD
View file

@ -40,7 +40,7 @@ cc_library(
includes = [
"include",
],
linkopts = ["-pthread"],
linkopts = ["-lpthread"],
visibility = ["//visibility:public"],
)