Skip to content
  • Francois-Rene Rideau's avatar
    Use SBCL by default for asdf-tools on Unix · af5efa25
    Francois-Rene Rideau authored
    CCL, our previous default, was making `make -f Makefile-lisp-scripting load`
    unhappy, since CCL's background thread is eating rlwrap's input. Using
    single-threaded-ccl stops the input race condition, but CCL still puts the
    tty in raw mode which confused rlwrap and this requires adding a dependency.
    
    Still use CCL by default on Windows, since SBCL can't invoke CMD directly.
    af5efa25