revisions

This commit is contained in:
pls.153 2025-04-15 10:23:35 +02:00
parent 084a827b91
commit f319450bc7
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@
;;; check version
#+(or android ios)
(defconstant +version+ 6)
(defconstant +version+ 7)
#+(or android ios)
(let ((.version (merge-pathnames ".version")))

View file

@ -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'
```