Add ".cxx" to the list of known C++ extensions.
This commit is contained in:
parent
46a69b9c7f
commit
408e9ae299
|
@ -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…
Reference in New Issue