mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
debug extension
This commit is contained in:
parent
06e5dc6be2
commit
b6d1eb1fd8
|
|
@ -50,7 +50,7 @@
|
|||
(not (zerop (length (second split))))
|
||||
(format nil "~A~A" (second split) subsystem))
|
||||
(lambda (system-name)
|
||||
(roswell:roswell `("install" (format nil "~{~A~^/~}" split)
|
||||
(roswell:roswell `("install" ,(format nil "~{~A~^/~}" split)
|
||||
)))))))))
|
||||
|
||||
(defun roswell-installable-searcher (system-name)
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
name
|
||||
(not (equal name system-name))
|
||||
(let ((result
|
||||
(or (asdf:find-system name)
|
||||
(or (ignore-errors (asdf:find-system name))
|
||||
(progn
|
||||
(funcall func system-name)
|
||||
(local-project-build-hash :rebuild t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue