diff options
-rw-r--r-- | build/cli/module.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/cli/module.cxx b/build/cli/module.cxx index 30f8d3e..d3fa87d 100644 --- a/build/cli/module.cxx +++ b/build/cli/module.cxx @@ -42,6 +42,7 @@ namespace build fail (l) << "cli module must be initialized in project root scope"; // Initialize the cxx module. We need its targets types (?xx{}). + // @@ Or better require it? // cxx::init (root, base, l); |