diff --git a/windows/bootstrap.sh b/windows/bootstrap.sh index 126889732..5eba01806 100644 --- a/windows/bootstrap.sh +++ b/windows/bootstrap.sh @@ -118,7 +118,7 @@ compile_boost() fi if [ ! -d "stage/$platform" ]; then - targets="--with-filesystem --with-system --with-thread --with-date_time --with-regex" + targets="--with-filesystem --with-system --with-thread --with-date_time --with-regex --with-test" (set -x; ./b2 -j4 --build-type=complete link=static runtime-link=static variant=debug,release threading=multi $addressModel $targets stage) (set -x; mv stage/lib stage/$platform) fi