mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 14:50:50 -08:00
PROBE-FILE does not output a string, which is the output of system-ld-flag.
This commit is contained in:
parent
1f892f9d67
commit
9853379317
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ filesystem or in the database of ASDF modules."
|
|||
(first (asdfcall :output-files build system))))
|
||||
(existing-system-output (system type)
|
||||
(let ((o (system-output system type)))
|
||||
(and o (probe-file o))))
|
||||
(and o (setf o (probe-file o)) (namestring o))))
|
||||
(find-archive (system)
|
||||
(or (existing-system-output system :library)
|
||||
(existing-system-output system :shared-library)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue