diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-20 15:36:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-20 15:36:02 +0200 |
commit | 30da2a90b3d433160c06643fb7ca51722fbae6b8 (patch) | |
tree | 499bc39fb967b56e8c2b93f64da4cff14f49de9d /libbuild2/functions-process-path.cxx | |
parent | 0353b231d51ab7ea5ead98ac838e7c2ba1b0df89 (diff) |
Detect environment changes in ad hoc recipes
Diffstat (limited to 'libbuild2/functions-process-path.cxx')
-rw-r--r-- | libbuild2/functions-process-path.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/functions-process-path.cxx b/libbuild2/functions-process-path.cxx index 199ad0d..486a806 100644 --- a/libbuild2/functions-process-path.cxx +++ b/libbuild2/functions-process-path.cxx @@ -28,6 +28,7 @@ namespace build2 f["name"] += &process_path_ex::name; f["checksum"] += &process_path_ex::checksum; + f["env_checksum"] += &process_path_ex::env_checksum; } } } |