Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pybind11_abseil/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Pybind11 bindings for the Abseil C++ Common Libraries

load("@pybind11_bazel//:build_defs.bzl", "pybind_extension", "pybind_library")
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing copybara to get the correct load


package(
default_visibility = ["//visibility:public"],
Expand Down
Loading