Skip to content
Snippets Groups Projects
Commit 9444fe6c authored by rtoy's avatar rtoy
Browse files

Add "target:contrib" to modules: search-list so that contribs can be

found when running the one of the builds without installing the
build.
parent 64564400
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.69 2010/05/15 12:52:20 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.70 2010/05/16 12:28:31 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -116,7 +116,8 @@
#+:executable
*old-cmucl-library-search-list*
'("/usr/local/lib/cmucl/lib/"))))
(setf (search-list "modules:") '("library:contrib/" "library:subsystems/"))
(setf (search-list "modules:")
'("library:contrib/" "library:subsystems/" "target:contrib/"))
(setf (search-list "ld-library-path:")
(parse-unix-search-list :ld_library_path))
(setf (search-list "ext-formats:")
......
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