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.
- Description: A fix for
CL+``SSLlibrary paths onOSXneeded when you have Intel and Arm64 Homebrew installations. Should be loaded beforeCL+``SSL. - Licence: Unlicense
- Author: Alexander Artemenko [email protected]
- 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.
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)
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.