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 13b8a76 commit 05baf9bCopy full SHA for 05baf9b
setup.py
@@ -76,7 +76,8 @@ def get_extensions():
76
tests_require=tests_require,
77
ext_modules=get_extensions() if not BUILD_DOCS else [],
78
cmdclass={
79
- 'build_ext': BuildExtension.with_options(no_python_abi_suffix=True)
+ 'build_ext':
80
+ BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
81
},
82
packages=find_packages(),
83
)
0 commit comments