mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
tools/boostrap: Reduce b2 headers output.
This commit is contained in:
parent
26adba7356
commit
c2e9c6df3b
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ run git submodule update --init --recursive libs/algorithm
|
|||
|
||||
### Install should go right into this local submodule repository
|
||||
run ./bootstrap.sh --prefix=$PWD --libdir=$PWD/lib --with-libraries=$BLIBS $BSFLAGS
|
||||
run ./b2 headers
|
||||
run ./b2 headers -d0
|
||||
run ./b2 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all
|
||||
|
||||
### TODO: this shouldn't be necessary.
|
||||
|
|
Loading…
Reference in a new issue