This commit is contained in:
Thomas Nagy 2011-10-09 19:46:34 +02:00
parent 432133d1ee
commit 8d4d7ac9b0
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ class Node(object):
lst.append(cur.name)
cur = cur.parent
# the file is external to the current project, make a fake root in the current build directory
lst.reverse()
return self.ctx.bldnode.make_node(['__root__'] + lst)
def find_resource(self, lst):