From 72f488790b388b5b4cbab9d683e1b096b6f817c1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:15:33 +0300 Subject: AppVeyor/Travis: remove options also present in common.cmake --- .travis/build_boost.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.travis/build_boost.sh') 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 } -- cgit v1.2.3