Commit 86d67a3f authored by Andreas Schuh's avatar Andreas Schuh Committed by GitHub

fix: Add -lpthread to link Bazel BUILD options (#189)

* fix: Add -pthread link option to Bazel BUILD file
* fix: Use -lpthread instead of -pthread
parent c94a60e2
......@@ -40,6 +40,7 @@ cc_library(
includes = [
"include",
],
linkopts = ["-lpthread"],
visibility = ["//visibility:public"],
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment