mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 15:22:03 -08:00
src/c/load.d: windows fasls were not marked as self-destructing.
This commit is contained in:
parent
2d639b4850
commit
e39a9044ec
1 changed files with 1 additions and 0 deletions
1
src/c/load.d
Normal file → Executable file
1
src/c/load.d
Normal file → Executable file
|
|
@ -143,6 +143,7 @@ ecl_library_open(cl_object filename, bool force_reload) {
|
|||
* file has been previously loaded. */
|
||||
#if defined(mingw32) || defined(_MSC_VER)
|
||||
filename = copy_object_file(filename);
|
||||
self_destruct = 1;
|
||||
#else
|
||||
block = ecl_library_find_by_name(filename);
|
||||
if (!Null(block)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue