commit | 428a38c002d99fc224384f5901e7f64b75adcc16 | [log] [tgz] |
---|---|---|
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Sun Aug 04 06:17:08 2002 +0000 |
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Sun Aug 04 06:17:08 2002 +0000 |
tree | dd0050fb8868b16227ebeb246930d574303f5a1e | |
parent | c61ec523ed67184709979a50c00a5677547a092b [diff] |
add parameter missing following Jeremy's compiler class refactoring
diff --git a/Lib/distutils/emxccompiler.py b/Lib/distutils/emxccompiler.py index 2dc4fbd..91920eb 100644 --- a/Lib/distutils/emxccompiler.py +++ b/Lib/distutils/emxccompiler.py
@@ -76,7 +76,7 @@ # __init__ () - def _compile(self, obj, src, ext, cc_args, extra_postargs): + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): if ext == '.rc': # gcc requires '.rc' compiled to binary ('.res') files !!! try: