-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsthemis: Fix search paths on Apple M1 (#907)
* jsthemis: Add /opt/homebrew/lib to library paths Homebrew on Apple M1 macs installs libraries into a different place. We need to look for "libthemis.dylib" there. * jsthemis: Explicitly list include directories Turns out node plugin compiler does not add some 'standard' include paths, let's help it. Explicitly list some paths where Themis headers are typically installed on Linux and macOS (both Intel and M1). * jsthemis: Bump version to 0.14.1 * jsthemis: Release notes
- Loading branch information
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters