summaryrefslogtreecommitdiff
path: root/lisp/term/w32-win.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-12-19 07:40:24 +0100
committerAndrea Corallo <akrl@sdf.org>2020-12-19 07:40:24 +0100
commit49f81d6a531283416d3a87e46ee6696eea971b64 (patch)
treec9a948a37e3df1beb9808e8fe6276f110077d373 /lisp/term/w32-win.el
parent87f6e937995c433825173fb0473a801791d5beac (diff)
downloademacs-49f81d6a531283416d3a87e46ee6696eea971b64.tar.gz
Fix Windows libgccjit library name (bug#45303).
* lisp/term/w32-win.el (dynamic-library-alist): Fix Windows libgccjit library name. * src/emacs.c (syms_of_emacs): Likewise.
Diffstat (limited to 'lisp/term/w32-win.el')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 4ed2710a551..1fcfca5dfdd 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -285,7 +285,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
'(zlib "zlib1.dll" "libz-1.dll")
'(lcms2 "liblcms2-2.dll")
'(json "libjansson-4.dll")
- '(gccjit "libgccjit.dll")))
+ '(gccjit "libgccjit-0.dll")))
;;; multi-tty support
(defvar w32-initialized nil