Refactor CPPDEFINES to tuple style

This commit is contained in:
Ivan Kravets
2016-11-30 15:53:36 +02:00
parent 50df0bfc1c
commit 7ab393cea7
3 changed files with 5 additions and 4 deletions

View File

@@ -287,6 +287,7 @@ class LibBuilderBase(object):
except: # pylint: disable=bare-except
incs = self.env.File(path).get_found_includes(
self.env, LibBuilderBase.CLASSIC_SCANNER, tuple(inc_dirs))
# print path, map(lambda n: n.get_abspath(), incs)
for inc in incs:
if inc not in result:
result.append(inc)