forked from mirrors/kingfisher
Fixed broken windows build script
This commit is contained in:
parent
5795549d24
commit
e4cf5ce61c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 – note: %%~dpi ends with a backslash
|
||||
for %%i in ("!VCPKG_EXE!") do set "VCPKG_ROOT=%%~dpi"
|
||||
if "!VCPKG_ROOT:~-1!"=="\" set "VCPKG_ROOT=!VCPKG_ROOT:~0,-1!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue