aboutsummaryrefslogtreecommitdiff
path: root/build2/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'build2/buildfile')
-rw-r--r--build2/buildfile14
1 files changed, 1 insertions, 13 deletions
diff --git a/build2/buildfile b/build2/buildfile
index 5fc3a89..7e5dd23 100644
--- a/build2/buildfile
+++ b/build2/buildfile
@@ -81,20 +81,8 @@ pkgconfig/{hxx cxx}{ init } \
#
obj{b context}: cxx.poptions += -DBUILD2_HOST_TRIPLET=\"$cxx.target\"
-# Load the cli module but only if it's available. This way a distribution
-# that includes pre-generated files can be built without installing cli.
-# This is also the reason why above we explicitly spelled out individual
-# source files instead of using the cli.cxx{} group (it won't be there
-# unless the module is configured).
+# Generated options parser.
#
-using? cli
-
-if! $cli.configured
-{
- define cli: file
- cli{*}: extension = cli
-}
-
{hxx ixx cxx}{b-options}: cli{b}
cli.options += -I $src_root --include-with-brackets --include-prefix build2 \