mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
boostrap.sh: Pipe down the ./b2 output.
This commit is contained in:
parent
6d2d5a71f5
commit
b090f2d3e4
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ 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 -d0
|
||||
run ./b2 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all
|
||||
run ./b2 -d0 headers
|
||||
run ./b2 -d0 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all
|
||||
|
||||
### TODO: this shouldn't be necessary.
|
||||
### XXX: required when boost submodules are fetched and built la carte, but not required
|
||||
|
|
Loading…
Reference in a new issue