mirror of
https://github.com/git/git.git
synced 2026-01-21 08:00:54 +00:00
fixup! vcpkg: get MSVC dependencies with vcpkg rather than nuget
We also have to copy the .dll files into t/helper/ so that the .exe files in that directory work correctly. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -33,4 +33,7 @@ REM ================================================================
|
||||
xcopy /e/s/v/y %inst%\bin\*.dll ..\..\
|
||||
xcopy /e/s/v/y %inst%\bin\*.pdb ..\..\
|
||||
|
||||
xcopy /e/s/v/y %inst%\bin\*.dll ..\..\t\helper\
|
||||
xcopy /e/s/v/y %inst%\bin\*.pdb ..\..\t\helper\
|
||||
|
||||
EXIT /B 0
|
||||
|
||||
Reference in New Issue
Block a user