aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r--libbuild2/context.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx
index df06aa8..e8f671d 100644
--- a/libbuild2/context.cxx
+++ b/libbuild2/context.cxx
@@ -58,6 +58,7 @@ namespace build2
context::
context (scheduler& s,
global_mutexes& ms,
+ file_cache& fc,
bool mo,
bool nem,
bool dr,
@@ -68,6 +69,7 @@ namespace build2
: data_ (new data (*this)),
sched (s),
mutexes (ms),
+ fcache (fc),
match_only (mo),
no_external_modules (nem),
dry_run_option (dr),