mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Windows) Added a missing libgit2 library file when building using MSVC
This commit is contained in:
parent
f110c097a2
commit
b5d1dfe8ef
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue