Bazel is Google's own build tool, now publicly available in Beta. Bazel has built-in support for building both client and server software, including client applications for both Android and iOS platforms. It also provides an extensible framework that you can use to develop your own build rules. WWW: https://bazel.build/ PR: 204512 Submitted by: Yuri Victorovich <yuri@rawbw.com>, Klaus Aehlig <aehlig@linta.de> Reviewed by: peterj
11 lines
276 B
Text
11 lines
276 B
Text
--- third_party/protobuf/3.0.0/BUILD.orig 1979-12-31 23:00:00 UTC
|
|
+++ third_party/protobuf/3.0.0/BUILD
|
|
@@ -87,7 +87,7 @@ COPTS = [
|
|
"-Wno-error=unused-variable",
|
|
]
|
|
|
|
-LINK_OPTS = ["-lpthread"]
|
|
+LINK_OPTS = ["-lpthread", "-lm"]
|
|
|
|
cc_library(
|
|
name = "protobuf_lite",
|