mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 06:36:39 +00:00
Update before_script.msvc.sh
Does it blend?
This commit is contained in:
parent
2bf0d598cf
commit
4177fd04eb
1 changed files with 5 additions and 4 deletions
|
@ -412,12 +412,13 @@ fi
|
||||||
{
|
{
|
||||||
if [ -z $APPVEYOR ]; then
|
if [ -z $APPVEYOR ]; then
|
||||||
cd $DEPS_INSTALL
|
cd $DEPS_INSTALL
|
||||||
|
|
||||||
|
BOOST_SDK="$(real_pwd)/Boost"
|
||||||
|
|
||||||
# Boost's installer is still based on ms-dos API that doesn't support larger than 260 char path names
|
# Boost's installer is still based on ms-dos API that doesn't support larger than 260 char path names
|
||||||
# We work around this by installing to root of the current working drive and then move it to our deps
|
# We work around this by installing to root of the current working drive and then move it to our deps
|
||||||
|
# get the current working drive's root, we'll install to that temporarily
|
||||||
BOOST_SDK="$(real_pwd)/Boost"
|
CWD_DRIVE_ROOT=$(echo "$(powershell -command '(get-location).Drive.Root')" | sed "s,\\\\,/,g" | sed "s,\(.\):,/\\1,")
|
||||||
CWD_DRIVE_ROOT="$(powershell -command '(get-location).Drive.Root')" # get the current working drive's root
|
|
||||||
|
|
||||||
if [ -d Boost ] && grep "BOOST_VERSION 106700" Boost/boost/version.hpp > /dev/null; then
|
if [ -d Boost ] && grep "BOOST_VERSION 106700" Boost/boost/version.hpp > /dev/null; then
|
||||||
printf "Exists. "
|
printf "Exists. "
|
||||||
|
|
Loading…
Reference in a new issue