mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Update before_script.msvc.sh
Wrap in quites
This commit is contained in:
parent
c474709127
commit
2bf0d598cf
@ -417,7 +417,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…
x
Reference in New Issue
Block a user