Skip to content

Commit

Permalink
Add alias forwarding internal @nanobind to users (#49)
Browse files Browse the repository at this point in the history
This enables users to consume the internal nanobind library for their own
purposes.
  • Loading branch information
nicholasjng authored Dec 18, 2024
1 parent d378ffc commit 7d1bb7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ exports_files([
"stubgen_wrapper.py",
])

alias(
name = "nanobind",
actual = "@nanobind",
visibility = ["//visibility:public"],
)

bool_flag(
name = "minsize",
build_setting_default = True,
Expand Down

0 comments on commit 7d1bb7c

Please sign in to comment.