Skip to content

Commit

Permalink
add include and libraries directories to the bindings (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky authored Nov 22, 2023
1 parent aa3ad22 commit e924f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wrappers/themis/jsthemis/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
"secure_comparator.cpp",
],
"include_dirs": [
"/opt/homebrew/include",
"<!(node -e \"require('nan')\")",
],
"conditions": [
[ "OS=='linux' or OS=='mac'", {
"libraries": [
"-L/opt/homebrew/lib",
"-L/usr/local/lib",
"-L/usr/lib",
"-lsoter",
Expand Down

0 comments on commit e924f76

Please sign in to comment.