aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/module.cxx')
-rw-r--r--libbuild2/module.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx
index 1bd60a6..c3e4c62 100644
--- a/libbuild2/module.cxx
+++ b/libbuild2/module.cxx
@@ -33,6 +33,13 @@ namespace build2
{
loaded_module_map loaded_modules;
+ void
+ load_builtin_module (module_load_function* lf)
+ {
+ for (const module_functions* i (lf ()); i->name != nullptr; ++i)
+ loaded_modules[i->name] = i;
+ }
+
// Sorted array of bundled modules (excluding core modules bundled with
// libbuild2; see below).
//