From 1061270ac09bbc6f260b4510814b79ab067aca4e Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Thu, 28 Jun 2018 11:05:10 +0000 Subject: [PATCH] Try using @TEMP@ instead of hard coding it. --- CI/before_script.msvc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index d895db5b8b..62f41e49c1 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -422,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="@TEMP@\boost" //VERYSILENT //NORESTART //SUPPRESSMSGBOXES //LOG="boost_install.log" + mv @TEMP@/boost $BOOST_SDK fi add_cmake_opts -DBOOST_ROOT="$BOOST_SDK" \