ponylang / crypto

Library of common cryptographic algorithms and functions for Pony
https://ponylang.io
BSD 2-Clause "Simplified" License
11 stars 8 forks source link

Add path to Homebrew's LibreSSL on ARM macOS #73

Closed ergl closed 2 years ago

ergl commented 2 years ago

Homebrew moved from installing packages under /usr/local to /opt/homebrew for Apple Silicon processors.

Another popular alternative to Homebrew, MacPorts, is already covered by including /opt/local/lib.


This is the same as https://github.com/ponylang/net_ssl/pull/54, and is the easiest way to fix link errors on ponyup.

ergl commented 2 years ago

Note: when this is merged, we should cut a release and make ponyup depend on it.