From dac5ea7f74a27578b7b4dd4977cbf25f8a189efe Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 28 Oct 2012 10:14:53 +0100 Subject: [PATCH] Add the location of ECL systems to ASDF. --- contrib/asdf/asdf.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/asdf/asdf.lisp b/contrib/asdf/asdf.lisp index b9592e24e..a3058a925 100644 --- a/contrib/asdf/asdf.lisp +++ b/contrib/asdf/asdf.lisp @@ -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