mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
example 'cl-repl': fix loading of Quicklisp
This commit is contained in:
parent
a7a793499d
commit
c6cca3b959
2 changed files with 8 additions and 8 deletions
|
|
@ -33,11 +33,14 @@
|
|||
(let ((to (cc *assets* "quicklisp/local-projects/slime/")))
|
||||
(ensure-directories-exist to)
|
||||
(shell (cc "cp -r ../../../slime/src/* " to))))
|
||||
(unless (probe-file (cc *assets* "encodings"))
|
||||
(let ((lib (cc (ext:getenv #+android "ECL_ANDROID" #+ios "ECL_IOS")
|
||||
"/lib/ecl-*/")))
|
||||
(let ((lib (cc (ext:getenv #+android "ECL_ANDROID" #+ios "ECL_IOS")
|
||||
"/lib/ecl-*/")))
|
||||
(unless (probe-file (cc *assets* "encodings"))
|
||||
(shell (cc "cp " lib "*.doc " *assets*))
|
||||
(shell (cc "cp -r " lib "encodings " *assets*)))))
|
||||
(shell (cc "cp -r " lib "encodings " *assets*)))
|
||||
#+android
|
||||
(unless (probe-file (cc *assets* "ecl-quicklisp.fas"))
|
||||
(shell (cc "cp " lib "ecl-quicklisp.fas " *assets*)))))
|
||||
|
||||
#+mobile
|
||||
(unless (find-swank)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue