Update BUILD.bazel

This commit is contained in:
tandel-pratik 2022-04-15 18:13:26 -07:00 committed by GitHub
parent 25323c2bd8
commit 85b268fb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@ proto_plugin(
quirks = ["QUIRK_DIRECT_MODE"],
separate_options_flag = True,
tool = select({
"@bazel_tools//src/conditions:darwin_x86_64": "@protoc_gen_buf_breaking_darwin_x86_64//file",
"@bazel_tools//src/conditions:darwin_arm64": "@protoc_gen_buf_breaking_darwin_arm64//file",
"@bazel_tools//src/conditions:darwin_x86_64": "@protoc_gen_buf_breaking_darwin_x86_64//file",
"@bazel_tools//src/conditions:linux_x86_64": "@protoc_gen_buf_breaking_linux_x86_64//file",
}),
visibility = ["//visibility:public"],