diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-02-09 14:23:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-02-09 14:23:16 +0200 |
commit | 76a4655da2bf544acc65a9cd000c8889cbe763b0 (patch) | |
tree | e9e48c32420e9b161ccb0c10a2298a13889e556e /libbuild2/cc/module.hxx | |
parent | 1a55c0d6ec9b1cd9f78de82ed068224cac4e6cb2 (diff) |
Allow overriding cxx.features.modules with config.cxx.features.modules
Diffstat (limited to 'libbuild2/cc/module.hxx')
-rw-r--r-- | libbuild2/cc/module.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libbuild2/cc/module.hxx b/libbuild2/cc/module.hxx index ac170da..f9d435d 100644 --- a/libbuild2/cc/module.hxx +++ b/libbuild2/cc/module.hxx @@ -45,8 +45,10 @@ namespace build2 // Translate the x.std value (if any) to the standard-selecting // option(s) (if any) and fold them (normally by pre-pending) into the - // compiler mode options. This function may also check/set x.features.* - // variables on the root scope. + // compiler mode options. + // + // This function may also check/set [config.]x.features.* variables on + // the root scope. // virtual void translate_std (const compiler_info&, |