Skip to content

Commit 1ef1a33

Browse files
committed
do not use ninja [ci-deploy]
1 parent 28133ff commit 1ef1a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ def get_extensions():
8282
tests_require=tests_require,
8383
ext_modules=get_extensions() if not BUILD_DOCS else [],
8484
cmdclass={
85-
'build_ext': BuildExtension.with_options(no_python_abi_suffix=True)
85+
'build_ext':
86+
BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
8687
},
8788
packages=find_packages(),
8889
)

0 commit comments

Comments
 (0)