LoupVaillant / Monocypher

An easy to use, easy to deploy crypto library
https://monocypher.org
Other
580 stars 80 forks source link

Support building on Darwin/macOS #271

Open alebcay opened 3 months ago

alebcay commented 3 months ago

This is an alternative approach to #266 / #268. The goal was to try and introduce support for building dynamic libraries on macOS with minimal adjustment to the existing makefile.

I hope that this strikes a reasonable balance between not adding too much cruft while not breaking any existing use cases. Open to any suggestions or concerns.