Commit aca28c3c authored by Trent Mick's avatar Trent Mick

Put break at correct level so *all* root HKEYs acutally get checked for

an installed VC6. Otherwise only the first such tree gets checked and this
warning doesn't get displayed.
parent 8e8c8486
......@@ -618,7 +618,7 @@ class MSVCCompiler (CCompiler) :
"but the expected registry settings are not present.\n"
"You must at least run the Visual Studio GUI once "
"so that these entries are created.")
break
break
return []
def set_path_env_var(self, name):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment