mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-20 08:40:46 -07:00
Required under Win32 as ASD files are interpreted differently by LoadLibrary.
This commit is contained in:
parent
77e86b4c38
commit
6eb59b8daa
1 changed files with 1 additions and 0 deletions
|
|
@ -1109,6 +1109,7 @@ output to *verbose-out*. Returns the shell's exit code."
|
|||
(when system
|
||||
(asdf:operate 'asdf:load-op name)
|
||||
t))))
|
||||
#+win32 (push '("asd" . si::load-source) si::*load-hooks*)
|
||||
(pushnew 'module-provide-asdf ext:*module-provider-functions*))
|
||||
|
||||
(provide 'asdf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue