From 3e9c6f5d168387e6e5d9240b9e0e201f661da913 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2016 06:43:00 +0200 Subject: Add cc.config in addition to cc --- build2/b.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 61d120a..8114d78 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -231,6 +231,7 @@ main (int argc, char* argv[]) bm["cc.core.vars"] = mf {nullptr, &cc::core_vars_init}; bm["cc.core.config"] = mf {nullptr, &cc::core_config_init}; bm["cc.core"] = mf {nullptr, &cc::core_init}; + bm["cc.config"] = mf {nullptr, &cc::config_init}; bm["cc"] = mf {nullptr, &cc::init}; bm["c.config"] = mf {nullptr, &c::config_init}; -- cgit v1.1