From 7b495fe23532e14291eff694d77f319230c1ece6 Mon Sep 17 00:00:00 2001 From: Kylart Date: Tue, 5 Nov 2019 00:19:07 +0100 Subject: [PATCH] with date_tie --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5403784..615b2aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ install: - build.bat >nul - cd %BOOST_ROOT% # - bjam cxxstd=14 release --toolset=msvc --with-system --build-type=complete address-model=64 link=shared stage - - b2 cxxstd=14 address-model=64 threading=multi --with-system --with-timer --toolset=msvc + - b2 cxxstd=14 address-model=64 threading=multi --with-system --with-date_time --toolset=msvc - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build