Skip to content

Commit

Permalink
update boost to 1.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wzv5 committed Jan 2, 2025
1 parent 37c8fa1 commit cd20fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_boost.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ setlocal

if not defined RIME_ROOT set RIME_ROOT=%CD%

if not defined boost_version set boost_version=1.84.0
if not defined boost_version set boost_version=1.87.0
set boost_x_y_z=%boost_version:.=_%

if not defined BOOST_ROOT set BOOST_ROOT=%RIME_ROOT%\deps\boost_%boost_x_y_z%

if exist "%BOOST_ROOT%\boost" goto boost_found
for %%I in ("%BOOST_ROOT%\.") do set src_dir=%%~dpI
rem download boost source
aria2c https://boostorg.jfrog.io/artifactory/main/release/%boost_version%/source/boost_%boost_x_y_z%.7z -d %src_dir%
aria2c https://archives.boost.io/release/%boost_version%/source/boost_%boost_x_y_z%.7z -d %src_dir%
pushd %src_dir%
7z x boost_%boost_x_y_z%.7z
popd
Expand Down

0 comments on commit cd20fa5

Please sign in to comment.