Skip to content

Commit

Permalink
Fix cmake lite generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Apr 5, 2023
1 parent fd16d6e commit 1c6748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1c6748e

Please sign in to comment.