Skip to content

Commit

Permalink
bazel/protoc: Fix mobile build (envoyproxy#35448)
Browse files Browse the repository at this point in the history

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jul 26, 2024
1 parent 2edb055 commit b508cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ def _com_google_protobuf():
# instead.
external_http_archive(
"com_google_protobuf_protoc_%s" % platform,
build_file = "//bazel/protoc:BUILD.protoc",
build_file = "@envoy//bazel/protoc:BUILD.protoc",
)

external_http_archive(
Expand Down

0 comments on commit b508cb4

Please sign in to comment.