mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-16 23:19:50 +01:00
Regression due to Issue 1502
This commit is contained in:
parent
28ebd858d5
commit
67a5bb5c73
@ -868,6 +868,7 @@ class c_parser(object):
|
||||
if found and not found in self.ban_includes:
|
||||
# TODO duplicates do not increase the no-op build times too much, but they may be worth removing
|
||||
self.nodes.append(found)
|
||||
self.addlines(found)
|
||||
else:
|
||||
if not filename in self.names:
|
||||
self.names.append(filename)
|
||||
|
Loading…
Reference in New Issue
Block a user