mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-04 09:36:40 +00:00
use boost_temp
This commit is contained in:
parent
63bbc77ee7
commit
bc830a9c45
1 changed files with 2 additions and 2 deletions
|
@ -423,8 +423,8 @@ fi
|
||||||
printf "Exists. "
|
printf "Exists. "
|
||||||
elif [ -z $SKIP_EXTRACT ]; then
|
elif [ -z $SKIP_EXTRACT ]; then
|
||||||
rm -rf Boost
|
rm -rf Boost
|
||||||
"${DEPS}/boost-1.61.0-msvc${MSVC_YEAR}-win${BITS}.exe" //DIR="${CWD_DRIVE_ROOT}\Boost" //VERYSILENT //NORESTART //SUPPRESSMSGBOXES //LOG="boost_install.log"
|
"${DEPS}/boost-1.61.0-msvc${MSVC_YEAR}-win${BITS}.exe" //DIR="${CWD_DRIVE_ROOT}Boost_temp" //VERYSILENT //NORESTART //SUPPRESSMSGBOXES //LOG="boost_install.log"
|
||||||
mv "${CWD_DRIVE_ROOT}\Boost" ${BOOST_SDK}
|
mv "${CWD_DRIVE_ROOT}Boost_temp" ${BOOST_SDK}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue