Skip to content

Commit

Permalink
fixup! vcpkg: get MSVC dependencies with vcpkg rather than nuget
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dscho committed Mar 2, 2018
1 parent b884481 commit fd017e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compat/vcbuild/vcpkg_copy_dlls.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fd017e5

Please sign in to comment.