mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Typo
This commit is contained in:
parent
929f89c0bb
commit
df6e88f2f5
@ -356,8 +356,8 @@ class target_compiler(object):
|
||||
return
|
||||
self.is_done = True
|
||||
try:
|
||||
vs = conf.get_msvc_version(self.compiler, self.version, self.bat_target, self.bat)
|
||||
except conf.errors.ConfigurationError:
|
||||
vs = self.conf.get_msvc_version(self.compiler, self.version, self.bat_target, self.bat)
|
||||
except self.conf.errors.ConfigurationError:
|
||||
self.is_valid = False
|
||||
return
|
||||
if self.callback:
|
||||
|
Loading…
Reference in New Issue
Block a user