Update protoc #2009

This commit is contained in:
Thomas Nagy 2017-08-16 19:45:03 +02:00
parent 322f447e0a
commit f8aa0d9da4
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class protoc(Task):
if m:
dep = m.groups()[0]
for incpath in self.env.INCPATHS:
found = incpath.find_resource(dep)
found = self.generator.includes_nodes.find_resource(dep)
if found:
nodes.append(found)
parse_node(found)