From 24934c1fbb9154e26dcb150a698daa535e679066 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Dec 2019 17:36:14 +0000 Subject: move the library to a .lib file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bb521c9..9a83c0c 100644 --- a/setup.py +++ b/setup.py @@ -328,7 +328,7 @@ def cibuildwheel_windows(): basepath = "/c/cibw/openblas/OpenBLAS.0.2.14.1/lib/native" dllpath = basepath + "/lib/" + bitprefix + "/libopenblas.dll.a" if os.path.exists(dllpath): - shutil.move(dllpath, basepath + "/lib/") + shutil.move(dllpath, basepath + "/lib/libopenblas.lib") os.environ[ "OPENBLAS" -- cgit v1.2.3