Skip to content

Commit

Permalink
fix(appveyor.install.bat): switch to a more stable download server fo…
Browse files Browse the repository at this point in the history
…r libboost
  • Loading branch information
yueduz authored and Prcuvu committed Sep 6, 2017
1 parent e3389ff commit bcc4d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if not exist %BOOST_ROOT% set nocache=1

if %nocache% == 1 (
pushd C:\Libraries
appveyor DownloadFile http://superb-sea2.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z
appveyor DownloadFile http://cfhcable.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z
7z x boost_1_61_0.7z | find "ing archive"
cd boost_1_61_0
call .\bootstrap.bat
Expand Down

0 comments on commit bcc4d10

Please sign in to comment.