Skip to content

Commit b444f39

Browse files
committed
DRY
1 parent 595d16d commit b444f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cython_sieve",
2727
sources=[THIS_DIR / "cython_wrapper/wrapper.pyx", THIS_DIR / "cpp_impl/sieve.cpp"],
2828
extra_compile_args=extra_compile_args,
29-
language="c++",
29+
language=language,
3030
)
3131

3232
setup(

0 commit comments

Comments
 (0)