From 916e20239f251cb7caf14aff92c660799d3cd465 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Thu, 27 Sep 2018 11:03:11 +0200 Subject: [PATCH] Forcing MSVC detection on boost build. --- gen-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-windows.bat b/gen-windows.bat index 7c3c3bdc6..d68981ba0 100755 --- a/gen-windows.bat +++ b/gen-windows.bat @@ -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 ../../.. )