From 35dc936c91cf6864014a6766aba5c6dd1ebb9792 Mon Sep 17 00:00:00 2001 From: Marc Garcia Puig Date: Tue, 5 Feb 2019 19:07:37 +0100 Subject: [PATCH] Added date_time to boost libraries to compile --- Util/InstallersWin/install_boost.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Util/InstallersWin/install_boost.bat b/Util/InstallersWin/install_boost.bat index d0cd4b927..7cbebba88 100644 --- a/Util/InstallersWin/install_boost.bat +++ b/Util/InstallersWin/install_boost.bat @@ -91,7 +91,7 @@ if not exist "%BOOST_SRC_DIR%" ( del "%BOOST_TEMP_FILE_DIR:/=\%" rename "%BUILD_DIR%%BOOST_TEMP_FOLDER%" "%BOOST_BASENAME%-source" ) else ( - echo %FILE_N% Not downloading boost because already exists a folder called "%BOOST_SRC_DIR%". + echo %FILE_N% Not downloading boost because already exists the folder "%BOOST_SRC_DIR%". ) cd "%BOOST_SRC_DIR%" @@ -113,6 +113,7 @@ b2 -j%NUMBER_OF_ASYNC_JOBS%^ --build-dir=.\build^ --with-filesystem^ --with-python^ + --with-date_time^ architecture=x86^ address-model=64^ toolset=%TOOLSET%^