mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
tools: Specify a runtime-link option booststrap.
This commit is contained in:
parent
51ccd61edb
commit
44dc1b46d3
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ run git submodule update --init --recursive --checkout libs/gil
|
|||
run ./bootstrap.sh --prefix=$PWD --libdir=$PWD/lib --with-libraries=$BLIBS $BSFLAGS
|
||||
run ./bjam --clean
|
||||
run ./b2 -d0 headers
|
||||
run ./b2 -d0 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all cxxflags=$BCXXFLAGS
|
||||
run ./b2 -d0 install threading=$BTHREADING variant=$BVARIANT link=$BLINK runtime-link=shared address-model=64 warnings=all cxxflags=$BCXXFLAGS
|
||||
|
||||
### 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