build-deps - fix reappearing "The system cannot find the file specified." error in logs

because of the failing rename
This commit is contained in:
Andrej730
2025-11-18 16:57:56 +05:00
parent 99c95bc92d
commit 890665b77b
+2
View File
@@ -401,7 +401,9 @@ call :ExtractArchive %BOOST_ZIP% "%DEPS_DIR%" %DEPENDENCY_DIR%
IF NOT %ERRORLEVEL%==0 GOTO :Error
:: top-level folder name changed when migrating to github releases
if exist "%DEPS_DIR%\boost-%BOOST_VERSION%". (
ren %DEPS_DIR%\boost-%BOOST_VERSION% boost_%BOOST_VER%
)
:: Build Boost build script
if not exist "%DEPENDENCY_DIR%\project-config.jam". (