From 32fa55e66653efc798a3bf70af80e4c1ef620e84 Mon Sep 17 00:00:00 2001 From: Daniel Ylitalo Date: Wed, 25 Jan 2017 22:04:11 +0100 Subject: FreeBSD compatibility --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 38793293..0b5bb6a3 100644 --- a/BUILD +++ b/BUILD @@ -27,7 +27,7 @@ config_setting( # Android builds do not need to link in a separate pthread library. LINK_OPTS = select({ ":android": [], - "//conditions:default": ["-lpthread"], + "//conditions:default": ["-lpthread", "-lm"], }) load( -- cgit v1.2.3