commit | 32fa55e66653efc798a3bf70af80e4c1ef620e84 | [log] [tgz] |
---|---|---|
author | Daniel Ylitalo <[email protected]> | Wed Jan 25 22:04:11 2017 +0100 |
committer | Daniel Ylitalo <[email protected]> | Wed Jan 25 22:04:11 2017 +0100 |
tree | ef9af81d1cac1928b0cb0510fff9c21cebb52375 | |
parent | 0aa5af3e68940325a1c4ef9a8cacb3d072ba4baa [diff] [blame] |
FreeBSD compatibility
diff --git a/BUILD b/BUILD index 3879329..0b5bb6a 100644 --- a/BUILD +++ b/BUILD
@@ -27,7 +27,7 @@ # Android builds do not need to link in a separate pthread library. LINK_OPTS = select({ ":android": [], - "//conditions:default": ["-lpthread"], + "//conditions:default": ["-lpthread", "-lm"], }) load(