Skip to content

Commit f6bb4fc

Browse files
authored
Update setup.py
1 parent 53a25bd commit f6bb4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def main():
116116
)
117117
+
118118
(
119-
[os.path.join(os.environ["OpenBLAS_HOME"], "bin", "libopenblas.exp.dll").replace("\\", "\\\\")]
119+
[os.path.join(os.environ["OpenBLAS_HOME"], "bin", "libopenblas.dll").replace("\\", "\\\\")]
120120
if os.name == "nt" and "OpenBLAS_HOME" in os.environ
121121
else []
122122
)

0 commit comments

Comments
 (0)