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 99d79b8 commit ab84108Copy full SHA for ab84108
setup.py
@@ -62,6 +62,7 @@ def build_extension(self, ext):
62
for prefix in possible_prefixes:
63
if Path(prefix, "include", "isa-l").exists():
64
ext.include_dirs = [os.path.join(prefix, "include")]
65
+ ext.library_dirs = [os.path.join(prefix, "lib")]
66
break # Only one include directory is needed.
67
# On windows include is in Library apparently
68
elif Path(prefix, "Library", "include", "isa-l").exists():
0 commit comments