Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
5a4874ae
Commit
5a4874ae
authored
Sep 14, 2016
by
Jean-Claude Beaudoin
Committed by
Elias Pipping
Sep 14, 2016
Browse files
Adjust default source-registry search path for MKCL.
parent
e7662a4c
Changes
1
Show whitespace changes
Inline
Side-by-side
source-registry.lisp
View file @
5a4874ae
...
...
@@ -184,6 +184,7 @@ after having found a .asd file? True by default.")
`
(
:source-registry
#+
(
or
clasp
ecl
sbcl
)
(
:tree
,
(
resolve-symlinks*
(
lisp-implementation-directory
)))
:inherit-configuration
#+
mkcl
(
:directory
,
(
translate-logical-pathname
"SYS:"
))
#+
mkcl
(
:tree
,
(
translate-logical-pathname
"CONTRIB:"
))
#+
cmucl
(
:tree
#p"modules:"
)
#+
scl
(
:tree
#p"file://modules/"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment