From 72c67aff8042b640cfd721245b11f6ea10831045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=85=E6=88=8E=E6=B0=8F?= Date: Fri, 8 Mar 2024 15:05:19 +0800 Subject: [PATCH] fix(install-boost.bat): quit without running b2 --- install-boost.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-boost.bat b/install-boost.bat index 3fefb5e133..cb81c9ba97 100644 --- a/install-boost.bat +++ b/install-boost.bat @@ -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