mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Cleanup
This commit is contained in:
parent
86e77ef5c3
commit
ace38d2d75
@ -296,8 +296,8 @@ class BuildContext(Context.Context):
|
||||
pass
|
||||
else:
|
||||
if env.version < Context.HEXVERSION:
|
||||
raise Errors.WafError('Project was configured with a different version of Waf.\n'
|
||||
'Please reconfigure it (this will discard old build information).')
|
||||
raise Errors.WafError('Project was configured with a different version of Waf, please reconfigure it')
|
||||
|
||||
for t in env.tools:
|
||||
self.setup(**t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user