FreeBSD compatibility

This commit is contained in:
Daniel Ylitalo 2017-01-25 22:04:11 +01:00
parent 0aa5af3e68
commit 32fa55e666

2
BUILD
View File

@ -27,7 +27,7 @@ config_setting(
# Android builds do not need to link in a separate pthread library. # Android builds do not need to link in a separate pthread library.
LINK_OPTS = select({ LINK_OPTS = select({
":android": [], ":android": [],
"//conditions:default": ["-lpthread"], "//conditions:default": ["-lpthread", "-lm"],
}) })
load( load(