Skip to content
Snippets Groups Projects
Commit 58773ea0 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add live field to Master resolve file

parent 807d7040
No related branches found
No related tags found
No related merge requests found
......@@ -400,6 +400,7 @@ int db_write_master(ssexec_t *info, genalloc *ga, char const *dir)
res.description = ss_resolve_add_string(&res,"inner bundle - do not use it") ;
res.treename = ss_resolve_add_string(&res,info->treename.s) ;
res.tree = ss_resolve_add_string(&res,info->tree.s) ;
res.live = ss_resolve_add_string(&res,info->live.s) ;
res.type = BUNDLE ;
res.deps = ss_resolve_add_string(&res,inres.s) ;
res.ndeps = genalloc_len(stralist,ga) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment