mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Add depends=None to the arglist for compile().
This commit is contained in:
parent
59b103cf87
commit
6864d30dfe
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ class MWerksCompiler (CCompiler) :
|
|||
include_dirs=None,
|
||||
debug=0,
|
||||
extra_preargs=None,
|
||||
extra_postargs=None):
|
||||
extra_postargs=None,
|
||||
depends=None):
|
||||
(output_dir, macros, include_dirs) = \
|
||||
self._fix_compile_args (output_dir, macros, include_dirs)
|
||||
self.__sources = sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue