diff options
author | Jisi Liu <liujisi@google.com> | 2017-02-24 12:52:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 12:52:53 -0800 |
commit | 72b82e6875ca329dc07077e4bbbe1e95add2902b (patch) | |
tree | e5faa172b06c1daa4987d613f23494ebaf4cc558 | |
parent | 963473b1dd4f37c5c0b8ca72f1c4a05225b927b7 (diff) | |
parent | 32fa55e66653efc798a3bf70af80e4c1ef620e84 (diff) |
Merge pull request #2630 from blodan/master
FreeBSD compatibility
-rw-r--r-- | BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |