Skip to content

Commit

Permalink
bump to boost 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 authored and lotem committed Feb 24, 2024
1 parent ec839bc commit c8adfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_boost.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setlocal

if not defined RIME_ROOT set RIME_ROOT=%CD%

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

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

0 comments on commit c8adfef

Please sign in to comment.