The compiler class for EMX was removed

This commit is contained in:
Éric Araujo 2011-06-01 15:20:44 +02:00
parent 25d5737f15
commit 25987d0c4b
2 changed files with 2 additions and 5 deletions

View file

@ -352,7 +352,7 @@ class CCompiler:
return macros, objects, extra, pp_opts, build
def _get_cc_args(self, pp_opts, debug, before):
# works for unixccompiler, emxccompiler, cygwinccompiler
# works for unixccompiler and cygwinccompiler
cc_args = pp_opts + ['-c']
if debug:
cc_args[:0] = ['-g']