Replace line somehow deleted before last checkin.

This commit is contained in:
Jeremy Hylton 2003-05-09 16:55:28 +00:00
parent 0f7b16173f
commit 93724dbd3d
1 changed files with 1 additions and 0 deletions

View File

@ -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)