Browse Source

FreeBSD compatibility

Daniel Ylitalo 8 năm trước cách đây
mục cha
commit
32fa55e666
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      BUILD

+ 1 - 1
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(