Skip to content

Commit

Permalink
Merge pull request #1277 from illicitonion/bazel-cxx-lib-dep
Browse files Browse the repository at this point in the history
bazel: Add dependency on cxx_cc via annotation
  • Loading branch information
dtolnay authored Oct 12, 2023
2 parents efd2f75 + abdedd9 commit 35f61b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cc_library(
visibility = ["//visibility:public"],
)
"""
deps = [":cxx_cc"]
extra_aliased_targets = { cxx_cc = "cxx_cc" }
gen_build_script = false

Expand Down

0 comments on commit 35f61b3

Please sign in to comment.