add missing file

This commit is contained in:
pls.153 2025-04-16 18:06:00 +02:00
parent e98a7ed161
commit edd60955db
2 changed files with 139 additions and 1 deletions

View file

@ -59,7 +59,8 @@
;; needed for :sockets (linked as static lib)
(asdf:defsystem :sb-bsd-sockets)
;; eventual ssl libs (not included in LQML) need to be loaded manually
;; eventual ssl libs need to be loaded manually
;; TODO: still needed?
#+android
(when (probe-file "libssl.so")
(ffi:load-foreign-library "libcrypto.so")