aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis/build_boost.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.travis/build_boost.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis/build_boost.sh b/.travis/build_boost.sh
index 9c757a5..94869ef 100755
--- a/.travis/build_boost.sh
+++ b/.travis/build_boost.sh
@@ -29,13 +29,13 @@ bootstrap() {
build() {
trap clean RETURN
cd -- "$boost_dir"
- ./b2 \
- "address-model=$address_model" \
- link=static \
- variant="$build_type" \
- "--stagedir=stage/$arch/$build_type" \
- --with-filesystem \
- --with-program_options \
+ ./b2 \
+ "address-model=$address_model" \
+ link=static \
+ variant="$build_type" \
+ "--stagedir=stage/$arch/$build_type" \
+ --with-filesystem \
+ --with-program_options \
--with-test
}