mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-25 10:45:04 +01:00
docs
This commit is contained in:
parent
e225316991
commit
a115091e20
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user