From d453b2620e913492750e33f414a2722442c24ed9 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Fri, 25 Nov 2016 08:55:27 +0000 Subject: [PATCH] fix: Use -lpthread instead of -pthread --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 6aa985a..cf85354 100644 --- a/BUILD +++ b/BUILD @@ -40,7 +40,7 @@ cc_library( includes = [ "include", ], - linkopts = ["-pthread"], + linkopts = ["-lpthread"], visibility = ["//visibility:public"], )