fix mzc -k output reporting
svn: r9076
This commit is contained in:
parent
f94acb09d5
commit
1be4258c44
|
@ -462,7 +462,7 @@
|
||||||
(printf "\"~a\":\n" file)
|
(printf "\"~a\":\n" file)
|
||||||
(mc file)
|
(mc file)
|
||||||
(let ([dest (append-zo-suffix
|
(let ([dest (append-zo-suffix
|
||||||
(let-values ([(base name dir?) (split-path name)])
|
(let-values ([(base name dir?) (split-path file)])
|
||||||
(build-path (if (symbol? base) 'same base)
|
(build-path (if (symbol? base) 'same base)
|
||||||
"compiled" name)))])
|
"compiled" name)))])
|
||||||
(printf " [~a \"~a\"]\n"
|
(printf " [~a \"~a\"]\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user