From 1f7d34d2c5c4cd552e1a20658d64c51b5df909d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Nov 2016 10:06:54 +0200 Subject: By default leave the cli module unconfigured So that we don't pick up so system-installed version of the cli compiler. --- build/bootstrap.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build/bootstrap.build') 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 -- cgit v1.1