chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0680627
)
src/asdf-hack.lisp.in: Place our directory /before/ the defaults.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 28 Jul 2020 00:16:17 +0000
(
01:16
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 4 Jun 2021 18:58:58 +0000
(19:58 +0100)
Otherwise, if there's a system-provided copy of Sod, then ASDF finds
that by preference, which is certainly not what I want.
src/asdf-hack.lisp.in
patch
|
blob
|
blame
|
history
diff --git
a/src/asdf-hack.lisp.in
b/src/asdf-hack.lisp.in
index a09db8bbecb255ecf2bd311237fec171bbfec753..6358dab0fe45e3b208157f929c82bf42cfbf0a79 100644
(file)
--- a/
src/asdf-hack.lisp.in
+++ b/
src/asdf-hack.lisp.in
@@
-2,4
+2,5
@@
(declaim (optimize debug))
(asdf:initialize-source-registry
(declaim (optimize debug))
(asdf:initialize-source-registry
- `(:source-registry :inherit-configuration (:directory ,*load-pathname*)))
+ `(:source-registry (:directory ,*load-pathname*)
+ :inherit-configuration))