Merge pull request #2630 from blodan/master

FreeBSD compatibility
This commit is contained in:
Jisi Liu 2017-02-24 12:52:53 -08:00 committed by GitHub
commit 72b82e6875

2
BUILD
View File

@ -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(