try to extract boost higher up in dir, then move.

fix/skillcap
Bret Curtis 6 years ago
parent 609d6a1b29
commit 59a4251a6a

@ -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" \

Loading…
Cancel
Save