Skip to content

Commit 05baf9b

Browse files
committed
do not use ninja [skip ci]
1 parent 13b8a76 commit 05baf9b

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
@@ -76,7 +76,8 @@ def get_extensions():
7676
tests_require=tests_require,
7777
ext_modules=get_extensions() if not BUILD_DOCS else [],
7878
cmdclass={
79-
'build_ext': BuildExtension.with_options(no_python_abi_suffix=True)
79+
'build_ext':
80+
BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
8081
},
8182
packages=find_packages(),
8283
)

0 commit comments

Comments
 (0)