mirror of https://github.com/python/cpython
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
This commit is contained in:
parent
4ba5da418c
commit
eb3f75e636
|
@ -183,7 +183,6 @@ class build_clib (Command):
|
|||
include_dirs = build_info.get ('include_dirs')
|
||||
objects = self.compiler.compile (sources,
|
||||
output_dir=self.build_temp,
|
||||
keep_dir=1,
|
||||
macros=macros,
|
||||
include_dirs=include_dirs,
|
||||
debug=self.debug)
|
||||
|
|
Loading…
Reference in New Issue