diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 06:43:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 06:43:00 +0200 |
commit | 3e9c6f5d168387e6e5d9240b9e0e201f661da913 (patch) | |
tree | f80cbea98a6e6ce582c4cce88c88679f3f8aaa6e /build2/b.cxx | |
parent | 960b9a32557ad054707cc1540441057808db2d8f (diff) |
Add cc.config in addition to cc
Diffstat (limited to 'build2/b.cxx')
-rw-r--r-- | build2/b.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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}; |