cl-plus-ssl-osx-fix

2023-10-21

A fix for CL+SSL library paths on OSX needed when you have Intel and Arm64 Homebrew installations. Should be loaded before CL+SSL.

Upstream URL

github.com/40ants/cl-plus-ssl-osx-fix

Author

Alexander Artemenko <svetlyak.40wt@gmail.com>

License

Unlicense
README

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.


[generated by 40ANTS-DOC]

Dependencies (8)

  • 40ants-asdf-system
  • ci
  • cl+ssl
  • doc
  • docs-builder
  • named-readtables
  • pythonic-string-reader
  • rove

Dependents (0)

    • GitHub
    • Quicklisp