Skip to content

Commit

Permalink
Make patch work for downstream dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Jan 15, 2021
1 parent 99d20df commit 273ed1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/grpc_deps.bzl
Expand Up @@ -175,7 +175,7 @@ def grpc_deps():
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/protobuf/archive/19fb89416f3fdc2d6668f3738f444885575285bc.tar.gz",
"https://github.com/google/protobuf/archive/19fb89416f3fdc2d6668f3738f444885575285bc.tar.gz",
],
patches = ["//third_party:protobuf.patch"],
patches = ["@com_github_grpc_grpc//third_party:protobuf.patch"],
patch_args = ["-p1"],
)

Expand Down
1 change: 1 addition & 0 deletions third_party/BUILD
Expand Up @@ -11,4 +11,5 @@ exports_files([
"enum34.BUILD",
"futures.BUILD",
"libuv.BUILD",
"protobuf.patch",
])

0 comments on commit 273ed1f

Please sign in to comment.