mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 10:13:36 -08:00
Use correct location to put final FAS file.
This commit is contained in:
parent
bffae25f2f
commit
d00e8f9e13
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@
|
|||
collect (car (output-files (make-instance 'build-op) c))))
|
||||
|
||||
(defmethod output-files ((o build-op) (c system))
|
||||
(list (compile-file-pathname (component-name c) :type (build-op-type o))))
|
||||
(list (merge-pathnames (component-pathname c)
|
||||
(compile-file-pathname (component-name c) :type (build-op-type o)))))
|
||||
|
||||
(defmethod input-files ((o build-op) (c system))
|
||||
(append (get-object-files c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue