diff --git a/Cargo.toml b/Cargo.toml index 7b1aa6a5d..8a941a2dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,6 +60,7 @@ cc_library( visibility = ["//visibility:public"], ) """ +deps = [":cxx_cc"] extra_aliased_targets = { cxx_cc = "cxx_cc" } gen_build_script = false