mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
This commit is contained in:
parent
4ba5da418c
commit
eb3f75e636
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ class build_clib (Command):
|
||||||
include_dirs = build_info.get ('include_dirs')
|
include_dirs = build_info.get ('include_dirs')
|
||||||
objects = self.compiler.compile (sources,
|
objects = self.compiler.compile (sources,
|
||||||
output_dir=self.build_temp,
|
output_dir=self.build_temp,
|
||||||
keep_dir=1,
|
|
||||||
macros=macros,
|
macros=macros,
|
||||||
include_dirs=include_dirs,
|
include_dirs=include_dirs,
|
||||||
debug=self.debug)
|
debug=self.debug)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue