From 635f2b255ce33044873056f0965d53595775c77b Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Dec 2019 16:09:08 +0000 Subject: double check environment variable set --- setup.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3