Skip to content

Commit

Permalink
#16: bindings: Fix cpp file name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Nov 7, 2023
1 parent 67345fd commit 8389024
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 @@ -17,7 +17,7 @@ def __str__(self):
ext_modules = [
Extension(
'vttv',
['bindings/python/tv.cpp'],
['bindings/python/tv.cc'],
include_dirs=[
# Path to nanobind headers
get_nanobind_include(),
Expand Down

0 comments on commit 8389024

Please sign in to comment.