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

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.