We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0810cd0 commit 9b27a84Copy full SHA for 9b27a84
build_graphblas_cffi.py
@@ -21,7 +21,7 @@
21
22
include_dirs = [
23
os.path.join(graphblas_root, "include"),
24
- os.path.join(graphblas_root, "include", "suitesparse")
+ os.path.join(graphblas_root, "include", "suitesparse"),
25
]
26
library_dirs = [os.path.join(graphblas_root, "lib"), os.path.join(graphblas_root, "lib64")]
27
if is_win:
0 commit comments