Skip to content

Commit

Permalink
install: add "str" to make numpy import go smoothly
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent c353703 commit a7352f9
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 @@ -22,7 +22,7 @@ def __repr__(self):
setuptools.Extension(
'mapbufferaccel',
sources=[ 'mapbufferaccel.c' ],
include_dirs=[ NumpyImport() ],
include_dirs=[ str(NumpyImport()) ],
language='c',
extra_compile_args=extra_compile_args,
)
Expand Down

0 comments on commit a7352f9

Please sign in to comment.