From f6e284f8e5dd557fde52241546a916c2e50f0d23 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 4 Oct 2022 17:42:37 -0400 Subject: [PATCH] Add the new compiler/objectivec:line_consumer target. Without this the CMake list updated seems to way to drop the files. --- pkg/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/BUILD.bazel b/pkg/BUILD.bazel index 34e60d6c15..436504bb29 100644 --- a/pkg/BUILD.bazel +++ b/pkg/BUILD.bazel @@ -410,6 +410,7 @@ cc_dist_library( "//src/google/protobuf/compiler/java:names", "//src/google/protobuf/compiler/java:names_internal", "//src/google/protobuf/compiler/objectivec", + "//src/google/protobuf/compiler/objectivec:line_consumer", "//src/google/protobuf/compiler/objectivec:names", "//src/google/protobuf/compiler/objectivec:names_internal", "//src/google/protobuf/compiler/php",