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 8d11c11 commit 1289aa9Copy full SHA for 1289aa9
setup.py
@@ -552,14 +552,14 @@ def run(self):
552
553
if cython:
554
suffix = '.pyx'
555
- cmdclass['build_ext'] = build_ext
+ cmdclass['build_ext'] = CheckingBuildExt
556
if BUILD_CACHE_DIR: # use the cache
557
cmdclass['build_ext'] = CachingBuildExt
558
cmdclass['cython'] = CythonCommand
559
else:
560
suffix = '.c'
561
cmdclass['build_src'] = DummyBuildSrc
562
563
564
lib_depends = ['reduce', 'inference', 'properties']
565
0 commit comments