1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/term/w32-win.el (dynamic-library-alist): Add libxml2-16.dll.

Do not merge to master.
This commit is contained in:
Eli Zaretskii 2025-10-02 15:34:02 +03:00
parent 6a8fda1f33
commit b0e4e53b9a

View file

@ -287,7 +287,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
(if (>= libgnutls-version 30400)
'(gnutls "libgnutls-30.dll")
'(gnutls "libgnutls-28.dll" "libgnutls-26.dll"))
'(libxml2 "libxml2-2.dll" "libxml2.dll")
'(libxml2 "libxml2-16.dll" "libxml2-2.dll" "libxml2.dll")
'(zlib "zlib1.dll" "libz-1.dll")
'(lcms2 "liblcms2-2.dll")
'(gccjit "libgccjit-0.dll")