1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

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

Reported by Andy Moreton <andrewjmoreton@gmail.com>.
This commit is contained in:
Eli Zaretskii 2025-10-02 15:38:06 +03:00
parent 2c0cf894f4
commit cf68270b89

View file

@ -101,7 +101,7 @@
(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")