Skip to content

Commit

Permalink
fix(cxx_extractor): fix cc proto_lang_toolchain in release.BUILD (#5853)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalandro committed Sep 18, 2023
1 parent 3ccd693 commit 259e26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kythe/release/release.BUILD
Expand Up @@ -66,7 +66,7 @@ proto_lang_toolchain(
name = "cc_proto_toolchain",
command_line = "--$(PLUGIN_OUT)=:$(OUT)",
plugin = ":cc_proto_metadata_plugin",
runtime = "@com_google_protobuf//:protobuf",
runtime = "@com_google_protobuf//:protobuf_nowkt",
)

# Alternatively, if the plugin doesn't work you can use the default code generator
Expand All @@ -78,7 +78,7 @@ proto_lang_toolchain(
proto_lang_toolchain(
name = "cc_native_proto_toolchain",
command_line = "--cpp_out=annotate_headers,annotation_pragma_name=kythe_metadata,annotation_guard_name=KYTHE_IS_RUNNING:$(OUT)",
runtime = "@com_google_protobuf//:protobuf",
runtime = "@com_google_protobuf//:protobuf_nowkt",
)

filegroup(
Expand Down

0 comments on commit 259e26c

Please sign in to comment.