Update BUILD.bazel
This commit is contained in:
parent
25323c2bd8
commit
85b268fb36
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue