2
0
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:
Jerome Carretero 2013-07-20 14:52:19 -04:00
parent 007acd87cf
commit edf26656ab

View File

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