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 f81e418 commit 1691165Copy full SHA for 1691165
setupext.py
@@ -434,7 +434,6 @@ def finalize_options(self):
434
compiler_directives={"language_level": 3},
435
nthreads=get_cpu_count(),
436
)
437
- super().finalize_options()
438
439
if self.include_dirs is None:
440
self.include_dirs = include_dirs
@@ -446,6 +445,8 @@ def finalize_options(self):
446
445
else:
447
self.define.extend(define_macros)
448
+ super().finalize_options()
449
+
450
def build_extensions(self):
451
self.check_extensions_list(self.extensions)
452
0 commit comments