mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Add ".cxx" to the list of known C++ extensions.
This commit is contained in:
parent
46a69b9c7f
commit
408e9ae299
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class MSVCCompiler (CCompiler) :
|
|||
|
||||
# Private class data (need to distinguish C from C++ source for compiler)
|
||||
_c_extensions = ['.c']
|
||||
_cpp_extensions = ['.cc','.cpp']
|
||||
_cpp_extensions = ['.cc', '.cpp', '.cxx']
|
||||
|
||||
# Needed for the filename generation methods provided by the
|
||||
# base class, CCompiler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue