From 59a4251a6ac9b9ae8d79284b7995b0f7096814c8 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 27 Jun 2018 14:36:20 +0000 Subject: [PATCH] try to extract boost higher up in dir, then move. --- CI/before_script.msvc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index a88339fac..308104d05 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -x MISSINGTOOLS=0 @@ -421,7 +422,8 @@ fi printf "Exists. " elif [ -z $SKIP_EXTRACT ]; then rm -rf Boost - "${DEPS}/boost-1.61.0-msvc${MSVC_YEAR}-win${BITS}.exe" //DIR="$(echo $BOOST_SDK | sed s,/,\\\\,g)" //VERYSILENT //NORESTART //SUPPRESSMSGBOXES //LOG="boost_install.log" + "${DEPS}/boost-1.61.0-msvc${MSVC_YEAR}-win${BITS}.exe" //DIR="C:\boost" //VERYSILENT //NORESTART //SUPPRESSMSGBOXES //LOG="boost_install.log" + mv /c/boost $BOOST_SDK fi add_cmake_opts -DBOOST_ROOT="$BOOST_SDK" \