Fix slam.

This commit is contained in:
Charles Zhang 2022-01-29 20:01:17 -08:00
parent f0cd4d09c0
commit e18847a926

View file

@ -88,7 +88,7 @@ case "$HOST_TYPE" in
INIT="-noinit"
CORE="-core"
;;
sbcl) LISP="${SBCL_XC_HOST:-sbcl}"
sbcl) LISP="${SBCL_XC_HOST%% *}"
INIT="--no-sysinit --no-userinit"
CORE="--core"
;;