Skip to content

Commit c16e60b

Browse files
authored
Update setup.py
1 parent 4509c20 commit c16e60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def main():
116116
)
117117
+
118118
(
119-
[os.path.join(os.environ["OpenBLAS_HOME"], "bin", "libopenblas.dll").replace("\\", "\\\\")]
120-
if os.name == "nt" and "OpenBLAS_HOME" in os.environ
119+
[r"openblas[\\/]+bin[\\/]+libopenblas\.dll"]
120+
if os.name == "nt"
121121
else []
122122
)
123123
+

0 commit comments

Comments
 (0)