Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception

This commit is contained in:
Christian Heimes 2008-11-28 11:02:32 +00:00
parent 4de979153e
commit aa67471227
2 changed files with 4 additions and 1 deletions

View file

@ -316,7 +316,7 @@ class MSVCCompiler(CCompiler) :
self.__version = VERSION
self.__root = r"Software\Microsoft\VisualStudio"
# self.__macros = MACROS
self.__path = []
self.__paths = []
# target platform (.plat_name is consistent with 'bdist')
self.plat_name = None
self.__arch = None # deprecated name