mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
related to #429 see side effects.
This commit is contained in:
parent
177a646c98
commit
6d55192c7e
|
|
@ -76,7 +76,7 @@ Returns NIL when the package in the symbol prefix is not available."
|
|||
(read-call "local-project-build-hash" :rebuild t)
|
||||
(or
|
||||
(and (or (read-call "ql-dist:find-system" imp)
|
||||
(read-call "ql:where-is-system" imp))
|
||||
#+nil(read-call "ql:where-is-system" imp))
|
||||
(read-call "ql:quickload" imp :silent t))
|
||||
(roswell:include (format nil "~A-~A" prefix name)))
|
||||
#1#)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue