fix: Add -pthread link option to Bazel BUILD file

This commit is contained in:
Andreas Schuh 2016-06-28 23:43:43 +01:00
parent 3e7ef74a07
commit 5081613e6d

1
BUILD
View file

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