We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc5082 commit 92148b7Copy full SHA for 92148b7
setup.py
@@ -32,8 +32,7 @@
32
EXTENSION_OPTS["include_dirs"] = [os.path.join(CONDA_PREFIX, "include")]
33
if os.environ.get("READTHEDOCS"):
34
# Readthedocs uses a conda environment but does not activate it.
35
- EXTENSION_OPTS["include_dirs"].append(
36
- os.path.join(sys.exec_prefix, "include"))
+ EXTENSION_OPTS["include_dirs"] = [os.path.join(sys.exec_prefix, "include")]
37
38
setup(
39
name="isal",
0 commit comments