cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.85k stars 143 forks source link

Fix macOS npm install procedure of JsThemis #1037

Closed radetsky closed 9 months ago

radetsky commented 9 months ago

I found that /opt/homebrew/lib and /opt/homebrew/include contains all required files. So, we do not need to find the libthemis files in deep of /opt/homebrew/Cellar directories. We just need to add additional paths to the settings of bindings.

I added two strings:

Checklist

vixentael commented 9 months ago

@shadinua could you please also take a look?