Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 428a38c

Browse files
author
Andrew MacIntyre
committed
add parameter missing following Jeremy's compiler class refactoring
1 parent c61ec52 commit 428a38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/emxccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__ (self,
7676

7777
# __init__ ()
7878

79-
def _compile(self, obj, src, ext, cc_args, extra_postargs):
79+
def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
8080
if ext == '.rc':
8181
# gcc requires '.rc' compiled to binary ('.res') files !!!
8282
try:

0 commit comments

Comments
 (0)