Add library path for Windows as well

pull/413/head
Cedric Nugteren 2021-01-30 14:28:11 +01:00
parent bbcb357a71
commit c78c649844
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ from Cython.Distutils import build_ext
runtime_library_dirs = list()
if platform.system() == "Linux":
runtime_library_dirs.append("/usr/local/lib")
elif platform.system() == "Windows":
runtime_library_dirs.append("C:\Program Files\CLBlast\lib")
ext_modules = list()
ext_modules.append(