We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413c313 commit e68998aCopy full SHA for e68998a
setup.py
@@ -95,7 +95,7 @@ def get_extensions():
95
sources=['mkl/_mklinitmodule.c'],
96
define_macros=defs,
97
include_dirs=mkl_include_dirs,
98
- libraries=mkl_libraries + ["pthread"],
+ libraries=mkl_libraries + (["pthread"] if os.name == "posix" else []),
99
library_dirs=mkl_library_dirs,
100
extra_compile_args=[
101
'-DNDEBUG'
0 commit comments