Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/chibi/snow/commands.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,9 @@
(car (get-install-dirs impl cfg)))
'-d dir
'-C src-library-file)))
;; Installing for Kawa fails if there is no terminal and/or stdin, this
;; fixes it for some reason
(write res (open-output-string))
(and (or (and (pair? res) (zero? (cadr res)))
(yes-or-no? cfg ".class file failed to build: "
(library-name library)
Expand Down
Loading