FreeBSD compatibility
This commit is contained in:
parent
0aa5af3e68
commit
32fa55e666
1 changed files with 1 additions and 1 deletions
2
BUILD
2
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue