mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
revisions
This commit is contained in:
parent
084a827b91
commit
f319450bc7
2 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
;;; check version
|
||||
|
||||
#+(or android ios)
|
||||
(defconstant +version+ 6)
|
||||
(defconstant +version+ 7)
|
||||
|
||||
#+(or android ios)
|
||||
(let ((.version (merge-pathnames ".version")))
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ version of it on your mobile device.
|
|||
$ECL_ANDROID/../ecl-android-host/bin/ecl --norc \
|
||||
--load ~/lqml/platforms/android/cross-compile.lisp
|
||||
|
||||
> (setf c::*ld-libs* "") ; prevent link error
|
||||
> (compile-file "my.lisp") ; will produce 'my.fas'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue