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 019a645 commit afd454fCopy full SHA for afd454f
setup.py
@@ -54,7 +54,7 @@ def build_extension(self, ext):
54
cythonized_ext.include_dirs = [
55
os.path.join(prefix, "include")]
56
cythonized_ext.libraries = ["isal"]
57
- try: # First try to link dynamically
+ try: # First try to link dynamically
58
super().build_extension(cythonized_ext)
59
except CompileError:
60
# Dynamic linking failed, build ISA-L and link statically.
0 commit comments