This commit is contained in:
Thomas Nagy 2017-04-22 17:29:00 +02:00
parent 5c4e87bbc6
commit 4b657a6b62
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
2 changed files with 2 additions and 5 deletions

View File

@ -785,13 +785,10 @@ class BuildContext(Context.Context):
(self._min_grp, self._exact_tg) = self.get_targets()
if self.post_mode != POST_LAZY:
for i, g in enumerate(self.groups):
self.current_group = i
for self.current_group, _ in enumerate(self.groups):
self.post_group()
for i, g in enumerate(self.groups):
self.current_group = i
for self.current_group, _ in enumerate(self.groups):
# first post the task generators for the group
if self.post_mode != POST_AT_ONCE:
self.post_group()

0
waflib/Tools/c_config.py Executable file → Normal file
View File