Skip to content
Snippets Groups Projects
Commit 39cd6667 authored by Lars Bilke's avatar Lars Bilke
Browse files

Use correct VS environment for Boost build.

parent 6b69c4ed
No related branches found
No related tags found
No related merge requests found
......@@ -209,8 +209,13 @@ if [ "$OSTYPE" == 'msys' ]; then
else
# Compile
cd boost
$COMSPEC //c bootstrap.bat
$COMSPEC //c bjam.exe
echo " \
\"$WIN_DEVENV_PATH\\..\\..\\VC\\vcvarsall.bat\" $WIN_ARCHITECTURE &&\
bootstrap.bat &&\
bjam.exe &&\
exit\
" > build.bat
$COMSPEC //k build.bat
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment