Merge pull request #2630 from blodan/master

FreeBSD compatibility
pull/2770/head
Jisi Liu 8 years ago committed by GitHub
commit 72b82e6875
  1. 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…
Cancel
Save