Merge pull request #60 from mongodb/development

Development
This commit is contained in:
Mick Grove 2025-07-29 11:15:21 -07:00 committed by GitHub
commit a1635f37a5

View file

@ -68,7 +68,7 @@ if %ERRORLEVEL% NEQ 0 (
echo Found vcpkg at: !VCPKG_EXE!
REM Derive vcpkg root (%~dp will end with a backslash)
REM Derive vcpkg root
for %%i in ("!VCPKG_EXE!") do set "VCPKG_ROOT=%%~dpi"
if "!VCPKG_ROOT:~-1!"=="\" set "VCPKG_ROOT=!VCPKG_ROOT:~0,-1!"