playground: c: fix Node search->search_node

This commit is contained in:
Jérôme Carretero 2013-08-30 10:22:10 -04:00
parent 2e08d80fce
commit 3f356dd4fd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def configure(conf):
# gotcha - the config.h must be written for each variant
txt = conf.bldnode.search('config.h').read()
txt = conf.bldnode.search_node('config.h').read()
for x in lst:
node = conf.bldnode.make_node(x + '/config.h')
node.parent.mkdir()