Skip to content

Commit

Permalink
fix(install-boost.bat): quit without running b2
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 8, 2024
1 parent 5239f85 commit 72c67af
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 @@ -13,7 +13,7 @@ aria2c https://github.com/boostorg/boost/releases/download/boost-%boost_version%
pushd %src_dir%
7z x boost-%boost_version%.7z
cd boost-%boost_version%
.\bootstrap.bat
call .\bootstrap.bat
.\b2 headers
popd
:boost_found

0 comments on commit 72c67af

Please sign in to comment.