From b5d1dfe8efe122dc98274ef6e72d139712b1b0e5 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 21 Mar 2023 23:25:25 +0100 Subject: [PATCH] (Windows) Added a missing libgit2 library file when building using MSVC --- tools/Windows_dependencies_build_MSVC.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Windows_dependencies_build_MSVC.bat b/tools/Windows_dependencies_build_MSVC.bat index 29eb126b9..3b58a5442 100644 --- a/tools/Windows_dependencies_build_MSVC.bat +++ b/tools/Windows_dependencies_build_MSVC.bat @@ -63,6 +63,7 @@ if exist CMakeCache.txt ( cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF .. nmake copy /Y git2.dll ..\..\..\ +copy /Y git2.lib ..\..\..\ cd ..\.. echo: