mirror of https://github.com/python/cpython
Replace line somehow deleted before last checkin.
This commit is contained in:
parent
0f7b16173f
commit
93724dbd3d
|
@ -523,6 +523,7 @@ class MSVCCompiler (CCompiler) :
|
|||
% (self.__root,))
|
||||
else:
|
||||
key = (r"%s\6.0\Build System\Components\Platforms"
|
||||
r"\Win32 (%s)\Directories" % (self.__root, platform))
|
||||
|
||||
for base in HKEYS:
|
||||
d = read_values(base, key)
|
||||
|
|
Loading…
Reference in New Issue