Commit c715e1d1 authored by Andrew MacIntyre's avatar Andrew MacIntyre

add parameter missing following Jeremy's compiler class refactoring

parent 9ffafc45
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment