cl-plus-ssl-osx-fix - A fix for CL+SSL library paths on OSX needed when you have X86-64 and Arm64 Homebrew installations. Should be loaded before CL+SSL.
CL-PLUS-SSL-OSX-FIX ASDF System Details
Description: A fix for
CL+
SSL
library paths onOSX
needed when you have Intel and Arm64 Homebrew installations. Should be loaded beforeCL+
SSL
.Licence: Unlicense
Author: Alexander Artemenko <svetlyak.40wt@gmail.com>
Homepage: https://40ants.com/cl-plus-ssl-osx-fix/
Bug tracker: https://github.com/40ants/cl-plus-ssl-osx-fix/issues
Source control: GIT
Depends on: cl+ssl
NOTE
: This fix should be unnecessary after the latest changes in CL+
SSL
introduced in this PR.
Installation
You can install this library from Quicklisp, but you want to receive updates quickly, then install it from Ultralisp.org:
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
(ql:quickload :cl-plus-ssl-osx-fix)
Usage
If you are building your soft for OSX
, then ensure it depends on this fix which will choose
dynamic libraries with a proper archetecture in case if both X86-64
and Arm64 libraries are present.
Note, this library should be loaded first, before an attempt for CL+
SSL
loading.