mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Missing 'make directory' for the generated files
This commit is contained in:
parent
f4eb4dc68c
commit
f8478fb5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
(loop for entry in +all-mappings+
|
||||
for name = (first entry)
|
||||
for orig = (make-pathname :name name :type "BIN" :defaults "ext:encodings;")
|
||||
for copy = (merge-pathnames "build:encodings;" orig)
|
||||
for copy = (ensure-directories-exist (merge-pathnames "build:encodings;" orig))
|
||||
do (progn
|
||||
(unless (probe-file orig)
|
||||
(let ((mapping (if (equalp name "JISX0208")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue