From fb873b8980aa132eed5e9d275e1c6686e4b02502 Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Wed, 26 Mar 2014 11:51:40 +0000 Subject: [PATCH] Update build script to compile boost test library. --- windows/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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