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 28133ff commit 1ef1a33Copy full SHA for 1ef1a33
setup.py
@@ -82,7 +82,8 @@ def get_extensions():
82
tests_require=tests_require,
83
ext_modules=get_extensions() if not BUILD_DOCS else [],
84
cmdclass={
85
- 'build_ext': BuildExtension.with_options(no_python_abi_suffix=True)
+ 'build_ext':
86
+ BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
87
},
88
packages=find_packages(),
89
)
0 commit comments