mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 05:21:23 +01:00
Tools: ccroot: fix typo introduced in e5cd63a6
This commit is contained in:
parent
007acd87cf
commit
edf26656ab
@ -250,7 +250,7 @@ def use_rec(self, name, **kw):
|
||||
for x in self.to_list(getattr(y, 'use', [])):
|
||||
if self.env["STLIB_" + x]:
|
||||
continue
|
||||
try:
|
||||
try:
|
||||
p[x].append(name)
|
||||
except KeyError:
|
||||
p[x] = [name]
|
||||
|
Loading…
Reference in New Issue
Block a user