add parameter missing following Jeremy's compiler class refactoring

This commit is contained in:
Andrew MacIntyre 2002-08-04 06:17:08 +00:00
parent c61ec523ed
commit 428a38c002
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class EMXCCompiler (UnixCCompiler):
# __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: