forked from teamnwah/openmw-tes3coop
Update before_script.msvc.sh
This commit is contained in:
parent
9b6ea0e89f
commit
78a3f95ee4
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ fi
|
|||
# We work around this by installing to root of the current working drive and then move it to our deps
|
||||
|
||||
BOOST_SDK="$(real_pwd)/Boost"
|
||||
CWD_DRIVE_ROOT=$(powershell -command '(get-location).Drive.Root') # get the current working drive's root
|
||||
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
|
||||
printf "Exists. "
|
||||
|
|
Loading…
Reference in a new issue