summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: cd43c154e1e1bc524cccdd0ef951c3597ae9762a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : build/bootstrap.build
# license   : MIT; see accompanying LICENSE file

project = cli

using version

# 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 either
# on the command line or in config.build.
#
config.cli = false

using config

using dist
using test
using install