diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-22 10:10:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-22 10:10:34 +0200 |
commit | 40863a594372ede117533d5c0970a96d60e34371 (patch) | |
tree | ce5b481ebb443c75161d5866dc6a4207df9a766c /libbuild2/file.cxx | |
parent | 1ac5458eede2b4b2d3bc98cde787348f70328361 (diff) |
Incorporate project environment checksum into cc::compiler_info cache key
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 |