This commit is contained in:
Thomas Nagy 2012-05-27 23:42:38 +02:00
parent 87255223ad
commit 3557c4caf3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def add_cython_file(self, node):
ext = '.cc'
for x in getattr(self, 'cython_includes', []):
# TODO re-use these nodes in "scan" belose
# TODO re-use these nodes in "scan" below
d = self.path.find_dir(x)
if d:
self.env.append_unique('CYTHONFLAGS', '-I%s' % d.abspath())