Skip to content

Commit

Permalink
add /usr/local/lib path in jsthemis config file (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael authored and Lagovas committed Oct 3, 2017
1 parent 5ad6ed2 commit d892da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/themis/jsthemis/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"target_name": "jsthemis",
"sources": [ "addon.cpp", "secure_message.cpp", "secure_keygen.cpp", "secure_session.cpp", "secure_cell_seal.cpp", "secure_cell_context_imprint.cpp", "secure_cell_token_protect.cpp", "secure_comparator.cpp" ],
"libraries": ["/usr/lib/libthemis.a", "/usr/lib/libsoter.a"],
"libraries": ["-L/usr/local/lib/", "-L/usr/lib/", "-lsoter", "-lthemis"],
"include_dirs": [
"<!(node -e \"require('nan')\")"
],
Expand Down

0 comments on commit d892da7

Please sign in to comment.