mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revision
This commit is contained in:
parent
3cab3aec98
commit
98b2c88b97
1 changed files with 6 additions and 2 deletions
|
|
@ -34,9 +34,13 @@
|
|||
(ensure-directories-exist to)
|
||||
(shell (cc "cp -r ../../../slime/src/* " to))))
|
||||
(let ((lib (cc (ext:getenv #+android "ECL_ANDROID" #+ios "ECL_IOS")
|
||||
"/lib/ecl-*/")))
|
||||
"/lib/ecl-*/"))
|
||||
(examples #+android *assets*
|
||||
#+ios (cc *assets* "../Documents/")))
|
||||
(shell (cc "cp ../www/index.html " *assets*))
|
||||
(shell (cc "cp -r ../examples " *assets*))
|
||||
#+ios
|
||||
(ensure-directories-exist (cc examples "examples/"))
|
||||
(shell (cc "cp -r ../examples " examples))
|
||||
(unless (probe-file (cc *assets* "encodings"))
|
||||
(shell (cc "cp " lib "*.doc " *assets*))
|
||||
(shell (cc "cp -r " lib "encodings " *assets*)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue