mirror of
https://github.com/git/git.git
synced 2026-01-22 16:38:48 +00:00
Add new condition to invoke vcpkg_install.bat: it's not enough to check the presence of folder vcpkg. We need to check the presence of some header files because this is one of the main goals of this script. Previous build attempt could be aborted, so the folder will exist but the project will not be built properly. Signed-off-by: Olga Telezhnaia <olyatelezhnaya@gmail.com>