mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-17 10:15:47 +00:00
simplex-chat-nodejs: fix library paths
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "addon",
|
||||
"target_name": "simplex-shim",
|
||||
"sources": [ "cpp/simplex.cc" ],
|
||||
"libraries": [
|
||||
"-Wl,-rpath,libs",
|
||||
"-L<(module_root_dir)/build/Release/",
|
||||
"-L<(module_root_dir)/libs",
|
||||
"-lsimplex"
|
||||
],
|
||||
"ldflags": [
|
||||
"-Wl,-rpath,'$$ORIGIN'/../../libs"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user