blob: 231722491c2f6dbb1ea02db89a47d4adea4b219c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/bootstrap.build
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
amalgamation = # Disable amalgamation.
using version
using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
using install
|