0
0
Fork 0
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:
Jason Volk 2018-12-21 18:10:54 -08:00
parent 51ccd61edb
commit 44dc1b46d3

View file

@ -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