mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Add the location of ECL systems to ASDF.
This commit is contained in:
parent
cd002426c5
commit
dac5ea7f74
1 changed files with 1 additions and 0 deletions
|
|
@ -4227,6 +4227,7 @@ with a different configuration, so the configuration would be re-read then."
|
|||
|
||||
(defun* wrapping-source-registry ()
|
||||
`(:source-registry
|
||||
#+ecl (:tree ,(translate-logical-pathname "SYS:"))
|
||||
#+mkcl (:tree ,(translate-logical-pathname "CONTRIB:"))
|
||||
#+sbcl (:tree ,(truenamize (getenv-pathname "SBCL_HOME" :want-directory t)))
|
||||
:inherit-configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue