Commit 74314af6 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Patch #413912 from Steve Majewski: Add .m to the list of extensions

    in order to support Objective-C.
parent 3d12c8d5
......@@ -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"
......
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