mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
add missing file
This commit is contained in:
parent
e98a7ed161
commit
edd60955db
2 changed files with 139 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue