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