Forcing MSVC detection on boost build.

This commit is contained in:
Rinnegatamante
2018-09-27 11:03:11 +02:00
committed by Nick Renieris
parent 54c5f8cd5b
commit 916e20239f
+1 -1
View File
@@ -7,7 +7,7 @@ IF "%CI%"=="" (
cd src\external\boost
REM Build our Boost subset
b2 -j5 --build-dir=../boost-build --stagedir=../boost-build stage
b2 -j5 --build-dir=../boost-build --stagedir=../boost-build toolset=msvc stage
cd ../../..
)