Skip to content

Commit 7aa637a

Browse files
authored
Update setup.py
1 parent b0c4bce commit 7aa637a

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-
[r".*openblas.*[\\/]+libopenblas\.exp\.dll"]
119+
[r"openblas[\\/]+bin[\\/]+libopenblas\.dll"]
120120
if os.name == "nt"
121121
else []
122122
)

0 commit comments

Comments
 (0)