diff options
author | Nicolás Bértolo <nicolasbertolo@gmail.com> | 2020-05-29 21:08:37 -0300 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-05-31 09:51:05 +0100 |
commit | b818a49f667a77b7627c678fb4a2ca014f43695e (patch) | |
tree | 80546a303062d206286671a55299c39b0f28a5c7 /lisp/emacs-lisp | |
parent | bb9c0188ea3881a555415de7e6fe7973911719e9 (diff) | |
download | emacs-b818a49f667a77b7627c678fb4a2ca014f43695e.tar.gz emacs-b818a49f667a77b7627c678fb4a2ca014f43695e.tar.bz2 emacs-b818a49f667a77b7627c678fb4a2ca014f43695e.zip |
Fix loading of libgccjit.dll while dumping in Windows.
loadup.el calls `native-comp-available-p', that calls
load_gccjit_if_necessary() in Windows. That function tries to load
libgccjit using the mappings defined in `dynamic-library-alist'. That
mapping is filled by term/w32-win.el, but that file may be loaded too
late.
* src/emacs.c (syms_of_emacs): Add libgccjit to the
`dynamic-library-alist' used when starting to dump so
`native-comp-available-p' always works in Windows.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions