Skip to content
Snippets Groups Projects
Commit 7e36993d authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Fixed location of the LISP-INVOCATION library.

This is now included in the ext/ directory of the git repo.
parent 36618d0d
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
(list *asdf-directory* ;; be sure that *OUR* asdf is first of any possible ASDF (list *asdf-directory* ;; be sure that *OUR* asdf is first of any possible ASDF
*uiop-directory* *uiop-directory*
;; try finding xcvb's lisp-invocation right next to asdf. ;; try finding xcvb's lisp-invocation right next to asdf.
(subpathname *asdf-directory* "../lisp-invocation/"))) (subpathname *asdf-directory* "ext/lisp-invocation/")))
(unless (find-system :lisp-invocation nil) (unless (find-system :lisp-invocation nil)
;; try harder by enabling the user's source-registry ;; try harder by enabling the user's source-registry
(initialize-source-registry "")) (initialize-source-registry ""))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment