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 595d16d commit b444f39Copy full SHA for b444f39
src/setup.py
@@ -26,7 +26,7 @@
26
"cython_sieve",
27
sources=[THIS_DIR / "cython_wrapper/wrapper.pyx", THIS_DIR / "cpp_impl/sieve.cpp"],
28
extra_compile_args=extra_compile_args,
29
- language="c++",
+ language=language,
30
)
31
32
setup(
0 commit comments