2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-23 02:16:01 +01:00
This commit is contained in:
Thomas Nagy 2017-01-30 23:24:35 +01:00
parent 86e77ef5c3
commit ace38d2d75
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

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