mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
The extension for bytecompiled files had changed to FASC (bare.lsp.in)
This commit is contained in:
parent
0a964a0a38
commit
c26bd2381c
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
(defvar *module-files* nil)
|
||||
|
||||
(defun build-fake-module (name lisp-files)
|
||||
(let* ((output (make-pathname :type "fasb" :defaults name))
|
||||
(let* ((output (make-pathname :type "fasc" :defaults name))
|
||||
(pack *package*))
|
||||
(with-open-file (sout output :direction :output :if-exists :supersede
|
||||
:if-does-not-exist :create)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue