diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-27 09:07:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-27 09:07:09 +0200 |
commit | 2169f0e960c6e2b94518c03e6eb0406908b96e65 (patch) | |
tree | 73cfda5d0c7aa38c74104cca89931045db37892e /libbuild2/in/init.cxx | |
parent | 1abc10223b37d9ead3454a06e176b4b65370a2be (diff) |
Improve module loading API
Diffstat (limited to 'libbuild2/in/init.cxx')
-rw-r--r-- | libbuild2/in/init.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/in/init.cxx b/libbuild2/in/init.cxx index ece1bcf..95bdb0a 100644 --- a/libbuild2/in/init.cxx +++ b/libbuild2/in/init.cxx @@ -84,8 +84,7 @@ namespace build2 // Load in.base. // - if (!cast_false<bool> (rs["in.base.loaded"])) - load_module (rs, rs, "in.base", loc); + load_module (rs, rs, "in.base", loc); // Register rules. // |