diff options
Diffstat (limited to 'ccompiler.py')
| -rw-r--r-- | ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccompiler.py b/ccompiler.py index 911e84dd..b7df394e 100644 --- a/ccompiler.py +++ b/ccompiler.py @@ -959,7 +959,7 @@ def get_default_compiler(osname=None, platform=None): # is assumed to be in the 'distutils' package.) compiler_class = { 'unix': ('unixccompiler', 'UnixCCompiler', "standard UNIX-style compiler"), - 'msvc': ('msvccompiler', 'MSVCCompiler', + 'msvc': ('_msvccompiler', 'MSVCCompiler', "Microsoft Visual C++"), 'cygwin': ('cygwinccompiler', 'CygwinCCompiler', "Cygwin port of GNU C Compiler for Win32"), |
