diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-16 11:36:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-16 11:36:10 +0200 |
commit | 7a4f1ae238b918fe21671d0d1a5549aeb1fe6425 (patch) | |
tree | 6501d18854cc85644a3e73a857fda82b17b73c45 /libbuild2/module.cxx | |
parent | 99046d23d78d341674bbad3414567f362ffc60cd (diff) |
Define intermediate build results file cache interface
Diffstat (limited to 'libbuild2/module.cxx')
-rw-r--r-- | libbuild2/module.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx index 9a7975d..eb4395d 100644 --- a/libbuild2/module.cxx +++ b/libbuild2/module.cxx @@ -80,6 +80,7 @@ namespace build2 ctx.module_context_storage->reset ( new context (ctx.sched, ctx.mutexes, + ctx.fcache, false, /* match_only */ false, /* no_external_modules */ false, /* dry_run */ |