aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc/README.bazel.md
diff options
context:
space:
mode:
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: