Commit 84977382 authored by Stefan Behnel's avatar Stefan Behnel

Fix comment.

parent 81dc220c
......@@ -275,8 +275,7 @@ class old_build_ext(_build_ext.build_ext):
if hasattr(extension, "cython_directives"):
directives.update(extension.cython_directives)
# Set the target_ext to '.c'. Cython will change this to '.cpp' if
# needed.
# Set the target file extension for C/C++ mode.
if cplus:
target_ext = '.cpp'
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment