Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f74998

Browse files
authoredNov 13, 2024
[hotfix] fix include path (#51)
1 parent 8682d67 commit 0f74998

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def cpp_ext_helper(name, sources, **kwargs):
7373
if CUDA_HOME is not None:
7474
extra_include_dirs.append(os.path.join(CUDA_HOME, "include"))
7575

76-
extra_include_dirs = []
7776
if "C_INCLUDE_PATH" in os.environ:
7877
extra_include_dirs.extend(os.environ["C_INCLUDE_PATH"].split(":"))
7978
if "CPLUS_INCLUDE_PATH" in os.environ:

0 commit comments

Comments
 (0)
Please sign in to comment.