diff options
Diffstat (limited to 'build/cxx')
-rw-r--r-- | build/cxx/module.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx index 435e54c..2bfdc41 100644 --- a/build/cxx/module.cxx +++ b/build/cxx/module.cxx @@ -105,8 +105,8 @@ namespace build // These are optional so all we need to do is "import" them // into the root scope if they were specified on the command // line and set them to empty if unspecified (the last part - // is important for the "configured as undefined" vs - // "unconfigured" logic). + // is important to distinguish between the "configured as + // undefined" and "not configured" cases). // if (auto val = root["config.cxx.poptions"]) { |