Skip to content

Commit

Permalink
More load-sources changes
Browse files Browse the repository at this point in the history
  • Loading branch information
froggey committed Jul 24, 2020
1 parent 9ef1a80 commit 9a8c8b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/load-sources.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@
(warm-up-class-constructors)
(setf (symbol-value (read-from-string "bordeaux-threads:*default-special-bindings*"))
'((*terminal-io* . (make-instance 'mezzano.gui.popup-io-stream:lazy-popup-io-stream))))
;; MED still uses this function...
(setf (fdefinition 'mezzano.gui.compositor::fifo) #'mezzano.gui.compositor::mailbox)
(setf (sys.int::symbol-global-value '*package*) (find-package :cl-user))
(setf *default-pathname-defaults* (pathname "LOCAL:>")
mezzano.file-system::*home-directory* *default-pathname-defaults*)
Expand Down

0 comments on commit 9a8c8b8

Please sign in to comment.