Commit 72b82e68 authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #2630 from blodan/master

FreeBSD compatibility
parents 963473b1 32fa55e6
...@@ -27,7 +27,7 @@ config_setting( ...@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment