Fix cmake lite generation

pull/12406/head
Mike Kruskal 2 years ago
parent fd16d6ea6f
commit 1c6748e6aa
  1. 2
      pkg/BUILD.bazel

@ -200,7 +200,7 @@ cc_dist_library(
testonly = 1,
tags = ["manual"],
deps = ["//src/google/protobuf:lite_test_util"],
dist_deps = [":protobuf_lite"],
dist_deps = [":protobuf"],
)
cc_dist_library(

Loading…
Cancel
Save