Skip to content

Commit 411dbef

Browse files
committed
Added REGISTER-LOCAL-PROJECTS to WRITE-ASDF-MANIFEST-FILE
1 parent 6aaecbc commit 411dbef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quicklisp/client.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ in order of descending QL-DIST:PREFERENCE."
9696
:direction :output
9797
:if-exists if-exists)
9898
(unless exclude-local-projects
99+
(register-local-projects)
99100
(dolist (system-file (list-local-projects))
100101
(let ((system-path (native-namestring system-file)))
101102
(write-line system-path stream))))

0 commit comments

Comments
 (0)