Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 14, 2024
1 parent 5e2da22 commit b957a40
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 @@ -153,7 +153,7 @@ def get_extensions():
sources = list(extension_sources)

include_dirs = [this_dir]
python_include_dir = os.getenv('PYTHON_INCLUDE_DIR')
python_include_dir = os.getenv("PYTHON_INCLUDE_DIR")
if python_include_dir is not None:
include_dirs.append(python_include_dir)
ext_modules = [
Expand Down

0 comments on commit b957a40

Please sign in to comment.