This commit is contained in:
Thomas Nagy 2011-11-18 00:33:25 +01:00
parent e225316991
commit a115091e20
1 changed files with 2 additions and 0 deletions

View File

@ -790,6 +790,8 @@ class inst(Task.Task):
else:
y = self.path.find_resource(x)
if not y:
if Logs.verbose:
Logs.warn('Could not find %s immediately (may cause broken builds)' % x)
idx = self.generator.bld.get_group_idx(self)
for tg in self.generator.bld.groups[idx]:
if not isinstance(tg, inst) and id(tg) != id(self):