mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
(Windows) Added a missing DLL file
This commit is contained in:
parent
bb22747a1b
commit
75bff1f0df
|
@ -163,6 +163,7 @@ if(WIN32)
|
|||
../glew32.dll
|
||||
../libcrypto-3-x64.dll
|
||||
../libcurl-x64.dll
|
||||
../libiconv-2.dll
|
||||
../libintl-8.dll
|
||||
../libssl-3-x64.dll
|
||||
../lunasvg.dll
|
||||
|
|
|
@ -65,6 +65,7 @@ lib /def:libintl-8.def /out:libintl-8.lib /machine:x64
|
|||
|
||||
copy /Y libintl-8.dll ..\..\..
|
||||
copy /Y libintl-8.lib ..\..\..
|
||||
copy /Y libiconv-2.dll ..\..\..
|
||||
cd ..\..
|
||||
|
||||
echo Setting up curl
|
||||
|
|
Loading…
Reference in a new issue