aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 9ad21bc..a88d1c0 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -324,6 +324,7 @@ main (int argc, char* argv[])
bm["bin.rc"] = mf {nullptr, &bin::rc_init};
bm["cc.core.vars"] = mf {nullptr, &cc::core_vars_init};
+ bm["cc.core.guess"] = mf {nullptr, &cc::core_guess_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};