aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 4641d38adc61a78a9a1f8cfe00594d099d872007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

project = build2-toolchain
subprojects = libbutl build2 libsqlite3 libodb libodb-sqlite libbpkg bpkg

using version

# Since we are not a package, omit snapshot sn.
#
dist.package = $project-$version.project_id

using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
using install