mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
Prevent double loading caused by the .fas rebuild fix commit.
This commit is contained in:
parent
dda0b05e5b
commit
bd85fecd4a
1 changed files with 3 additions and 2 deletions
|
|
@ -34,8 +34,9 @@
|
|||
|
||||
(defmethod perform ((o load-op) (c cl-source-file))
|
||||
(loop for i in (input-files o c)
|
||||
collect (let ((output (compile-file-pathname i)))
|
||||
(load output))))
|
||||
unless (string= (pathname-type i) "fas")
|
||||
collect (let ((output (compile-file-pathname i)))
|
||||
(load output))))
|
||||
|
||||
#+nil
|
||||
(defmethod output-files ((o load-op) (c cl-source-file))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue