From b4ae4f68d1d9456dc9bb6b9e1a31f8390605f882 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Nov 2017 15:34:01 +0200 Subject: Recursively check timestamps of libraries we are linking --- build2/cc/link.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/cc/link.hxx') diff --git a/build2/cc/link.hxx b/build2/cc/link.hxx index dc5f70a..c26102d 100644 --- a/build2/cc/link.hxx +++ b/build2/cc/link.hxx @@ -81,6 +81,7 @@ namespace build2 void hash_libraries (sha256&, + bool&, timestamp, const file&, bool, lflags, const scope&, action, linfo) const; -- cgit v1.1