From 30da2a90b3d433160c06643fb7ca51722fbae6b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Apr 2021 15:36:02 +0200 Subject: Detect environment changes in ad hoc recipes --- libbuild2/cc/module.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libbuild2/cc/module.cxx') diff --git a/libbuild2/cc/module.cxx b/libbuild2/cc/module.cxx index 7ef8cd5..98e0451 100644 --- a/libbuild2/cc/module.cxx +++ b/libbuild2/cc/module.cxx @@ -216,9 +216,8 @@ namespace build2 // Assign values to variables that describe the compiler. // - // @@ TODO: env_checksum. - // - rs.assign (x_path) = process_path_ex (xi.path, x_name, xi.checksum); + rs.assign (x_path) = process_path_ex ( + xi.path, x_name, xi.checksum, env_checksum); const strings& xm (cast (rs.assign (x_mode) = move (mode))); rs.assign (x_id) = xi.id.string (); -- cgit v1.1