Skip to content

Commit

Permalink
#16: bindings: Fix nanobind include getter
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Nov 7, 2023
1 parent d6ad0f0 commit 67345fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class get_nanobind_include(object):

def __str__(self):
import nanobind
return nanobind.get_include()
return nanobind.include_dir()

ext_modules = [
Extension(
Expand Down

0 comments on commit 67345fd

Please sign in to comment.