diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c index 5ebae324c20..0d38eae7fea 100644 --- a/src/w32.c +++ b/src/w32.c @@ -10601,6 +10601,10 @@ globals_of_w32 (void) #endif w32_crypto_hprov = (HCRYPTPROV)0; + + /* We need to forget about libraries that were loaded during the + dumping process (e.g. libgccjit) */ + Vlibrary_cache = Qnil; } /* For make-serial-process */ |