summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 7c5dd61..efa4115 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -14,7 +14,14 @@ dist.package = $project-$version
if ($revision != 0)
dist.package += +$revision
+# By default leave the cli module unconfigured since we don't want to use some
+# system-installed cli. Note that this value will be overridden if set both on
+# the command line or in config.build.
+#
+config.cli = false
+
using config
+
using dist
using test
using install