-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I think there is an error in the provided basic example. I tried using "basic" in pybind11-3.0.0, but it seems that it cannot be compiled and run normally. It needs to be modified, that is, the data should be changed from "basic" to "basic.so".
py_library(
name = "basic_lib",
data = [":basic.so"],
imports = ["."],
)
Metadata
Metadata
Assignees
Labels
No labels