aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc/README.bazel.md
diff options
context:
space:
mode:
authorGravatar Lukacs T. Berki <lberki@google.com>2016-04-11 09:37:42 +0200
committerGravatar Lukacs T. Berki <lberki@google.com>2016-04-11 09:38:35 +0200
commitd699a28f486efba71da9df0e278edd7193b2e465 (patch)
treef1b04ce05437427072a8b41e0d63952496d06086 /third_party/grpc/README.bazel.md
parent97f8148005a8e974b9460c3c7b77d708b33a7e36 (diff)
Patch gRPC so that it compiles and works under msys2.
The patch is being upstreamed, but for the time being, we need to maintain it in our source tree. Change-Id: I6a52dd0b0b57828030693dacdda23a906a2bee4f
Diffstat (limited to 'third_party/grpc/README.bazel.md')
-rw-r--r--third_party/grpc/README.bazel.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/grpc/README.bazel.md b/third_party/grpc/README.bazel.md
index dacbe7ff7a..7631dd759c 100644
--- a/third_party/grpc/README.bazel.md
+++ b/third_party/grpc/README.bazel.md
@@ -6,6 +6,7 @@ How to update the C++ sources of gRPC:
4. `cp -R <gRPC git tree>/src/{compiler,core-cpp} third_party/grpc/src`
5. `cp -R <gRPC git tree>/include third_party/grpc`
6. Update BUILD files by copying the rules from the BUILD file of gRPC
+7. Patch in grpc.patch. It makes gRPC work under msys2.
How to update the Java plugin: