mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Install libc6-i386 automatically on allegro
Allegro is an x86 binary and requires libc6-i386 to be executed.
This commit is contained in:
parent
8bb7746bb6
commit
3d5efd4170
|
|
@ -126,7 +126,8 @@ log "ros --version"
|
|||
log "ros setup"
|
||||
|
||||
case "$LISP" in
|
||||
alisp)
|
||||
alisp|allegro)
|
||||
apt_unless_installed libc6-i386
|
||||
LISP=allegro
|
||||
;;
|
||||
cmu|cmucl)
|
||||
|
|
|
|||
Loading…
Reference in a new issue