Skip to content

Commit

Permalink
add parameter missing following Jeremy's compiler class refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew MacIntyre committed Aug 4, 2002
1 parent c61ec52 commit 428a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/distutils/emxccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__ (self,

# __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:
Expand Down

0 comments on commit 428a38c

Please sign in to comment.