Skip to content

example error #111

@RicardoKLee

Description

@RicardoKLee

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions