Skip to content

Commit b995e20

Browse files
committed
patch googleapis BUILD.bazel when using workspace
1 parent 0e3957a commit b995e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/workspace0.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def gl_cpp_workspace0(name = None):
146146
# protobuf message. No changes to `patches` should ever be
147147
# committed to the main branch.
148148
patch_tool = "patch",
149-
patch_args = ["-p1"],
149+
patch_args = ["-p1", "-l", "-n"],
150150
patches = ["//bazel:googleapis.workspace.patch"],
151151
)
152152

0 commit comments

Comments
 (0)