We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2ae9a commit 0b45281Copy full SHA for 0b45281
compat/vcbuild/vcpkg_install.bat
@@ -53,8 +53,7 @@ REM ================================================================
53
echo Installing third-party libraries...
54
FOR %%i IN (zlib expat libiconv openssl libssh2 curl) DO (
55
cd %cwd%vcpkg
56
- SET p="packages\%%i_%arch%"
57
- IF NOT EXIST "%p%" CALL :sub__install_one %%i
+ IF NOT EXIST "packages\%%i_%arch%" CALL :sub__install_one %%i
58
IF ERRORLEVEL 1 ( EXIT /B 1 )
59
)
60
0 commit comments