Skip to content

Commit

Permalink
chore(appveyor_ci): workaround for Windows XP compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Prcuvu committed Feb 13, 2018
1 parent 04d5e47 commit 88f1dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if %nocache% == 1 (
7z x boost_1_61_0.7z | find "ing archive"
cd boost_1_61_0
call .\bootstrap.bat
call .\b2.exe --prefix=%BOOST_ROOT% toolset=msvc-14.0 variant=release link=static threading=multi runtime-link=static --with-date_time --with-filesystem --with-locale --with-regex --with-signals --with-system --with-thread -q -d0 install
call .\b2.exe --prefix=%BOOST_ROOT% toolset=msvc-14.0 variant=release link=static threading=multi runtime-link=static define=BOOST_USE_WINAPI_VERSION=0x0501 cxxflags="/Zc:threadSafeInit- " --with-date_time --with-filesystem --with-locale --with-regex --with-signals --with-system --with-thread -q -d0 install
xcopy /e /i /y /q %BOOST_ROOT%\include\boost-1_61\boost %BOOST_ROOT%\boost
popd
if %ERRORLEVEL% NEQ 0 goto ERROR
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ image: Visual Studio 2015

environment:
BOOST_ROOT: C:\Libraries\libboost
CL: /Zc:threadSafeInit-

cache:
- thirdparty.cached -> appveyor.install.bat
Expand Down

0 comments on commit 88f1dc2

Please sign in to comment.