mirror of https://github.com/nodejs/node.git
Wafadmin: don't even think about using msvc
parent
f37cc8720b
commit
1d0193a733
|
@ -8,7 +8,7 @@ import Utils, Configure, Options
|
|||
from Logs import debug
|
||||
|
||||
c_compiler = {
|
||||
'win32': ['msvc', 'gcc'],
|
||||
'win32': ['gcc'],
|
||||
'cygwin': ['gcc'],
|
||||
'darwin': ['gcc'],
|
||||
'aix': ['xlc', 'gcc'],
|
||||
|
|
|
@ -8,7 +8,7 @@ import Utils, Configure, Options
|
|||
from Logs import debug
|
||||
|
||||
cxx_compiler = {
|
||||
'win32': ['msvc', 'g++'],
|
||||
'win32': ['g++'],
|
||||
'cygwin': ['g++'],
|
||||
'darwin': ['g++'],
|
||||
'aix': ['xlc++', 'g++'],
|
||||
|
|
Loading…
Reference in New Issue