aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b0ca124..ebb6462 100644
--- a/setup.py
+++ b/setup.py
@@ -255,7 +255,7 @@ def cibuildwheel_windows():
if os.path.exists(dllpath):
shutil.move(dllpath, basepath + "/lib/")
- os.environ["OPENBLAS"] = "/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native"
+ os.environ["OPENBLAS"] = "/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/lib"
for path, dirs, files in os.walk("/c/cibw/lapacke"):
print(path)