]> granicus.if.org Git - python/commitdiff
add parameter missing following Jeremy's compiler class refactoring
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Aug 2002 06:17:08 +0000 (06:17 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Aug 2002 06:17:08 +0000 (06:17 +0000)
Lib/distutils/emxccompiler.py

index 2dc4fbd091d080c64ee66761b981fb1de063c9ff..91920eb366c01596066fcbe705763e320bbfb5d6 100644 (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: