Skip to content

Commit a1c13cf

Browse files
committed
Fix GMIC DLL dependencies in Windows Installer build
GMIC.ofx now appears to depend on libngtcp2 DLLs. This change updates genDllVersions.sh to include these DLLs in the installer so the plugin can load properly.
1 parent 31a649a commit a1c13cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/jenkins/genDllVersions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ catDll libfftw3-
305305
catDll libfftw3_threads-
306306
catDll libcurl-
307307
catDll libnghttp2-
308+
catDll libngtcp2-
309+
catDll libngtcp2_crypto_ossl
308310
#catDll libbrotlidec
309311
#catDll libbrotlicommon
310312

0 commit comments

Comments
 (0)