From b262d2c9c56eed18d043dccefac02b54a6ae2f95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jan 2017 11:12:25 +0200 Subject: Implement pattern-based variable typing, tighten variable type update --- build2/config/init.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/config/init.cxx') diff --git a/build2/config/init.cxx b/build2/config/init.cxx index 1f0b391..cfb69e0 100644 --- a/build2/config/init.cxx +++ b/build2/config/init.cxx @@ -40,6 +40,10 @@ namespace build2 auto& vp (var_pool.rw (rs)); + // utility.cxx:unconfigured() + // + vp.insert_pattern ("config.*.configured"); + // Load config.build if one exists. // // Note that we have to do this during bootstrap since the order in -- cgit v1.1