mirror of https://github.com/python/cpython.git
Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
This commit is contained in:
parent
4de979153e
commit
aa67471227
|
@ -316,7 +316,7 @@ def __init__(self, verbose=0, dry_run=0, force=0):
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue