mirror of https://github.com/python/cpython
Patch #413912 from Steve Majewski: Add .m to the list of extensions
in order to support Objective-C.
This commit is contained in:
parent
88717f4825
commit
7880e5ecd7
|
@ -67,7 +67,7 @@ class UnixCCompiler (CCompiler):
|
|||
# reasonable common default here, but it's not necessarily used on all
|
||||
# Unices!
|
||||
|
||||
src_extensions = [".c",".C",".cc",".cxx",".cpp"]
|
||||
src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"]
|
||||
obj_extension = ".o"
|
||||
static_lib_extension = ".a"
|
||||
shared_lib_extension = ".so"
|
||||
|
|
Loading…
Reference in New Issue