chiark / gitweb /
src/asdf-hack.lisp.in: Place our directory /before/ the defaults.
[sod] / src / asdf-hack.lisp.in
index a09db8bbecb255ecf2bd311237fec171bbfec753..6358dab0fe45e3b208157f929c82bf42cfbf0a79 100644 (file)
@@ -2,4 +2,5 @@
 
 (declaim (optimize debug))
 (asdf:initialize-source-registry
- `(:source-registry :inherit-configuration (:directory ,*load-pathname*)))
+ `(:source-registry (:directory ,*load-pathname*)
+                   :inherit-configuration))