nicholasjng / nanobind-bazel

Bazel defs and rules for building Python projects with nanobind extensions.
Apache License 2.0
6 stars 0 forks source link

Add shared lib alias for Windows in `nanobind_extension` #4

Closed nicholasjng closed 4 months ago

nicholasjng commented 4 months ago

Mirrors recent changes in pybind11_bazel (https://github.com/pybind/pybind11_bazel/pull/75).

This might need a revisit when SABI build support is added, since its spec should result in a different extension name on top of the wheel name.