JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

feat: support OpenSSL installed via Homebrew on M1 Macs #82

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

On M1 Macs, Homebrew uses a different directory structure which requires different paths for finding the dynamic libraries. These paths are added by this PR.