aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 585a7f6..dd33279 100644
--- a/setup.py
+++ b/setup.py
@@ -258,6 +258,7 @@ def cibuildwheel_windows():
os.environ[
"OPENBLAS"
] = "/c/cibw/openblas/OpenBLAS.0.2.14.1/lib/native/lib"
+ print(os.environ.get('OPENBLAS', 'none'))
for path, dirs, files in os.walk("/c/cibw/openblas"):
print(path)