diff options
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index 02ad71d..8bc84e2 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -610,7 +610,8 @@ namespace build2 {}, /* modules */ {}, /* override_cache */ {}, /* target_types */ - {}} /* environment */); + {}, /* environment */ + ""} /* environment_checksum */); // Enter built-in meta-operation and operation names. Loading of // modules (via the src bootstrap; see below) can result in |