mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-19 14:15:54 +00:00
27 lines
521 B
Python
27 lines
521 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "simplex_shim",
|
|
"sources": [ "cpp/simplex.cc" ],
|
|
"libraries": [
|
|
"-L<(module_root_dir)/libs",
|
|
"-lsimplex"
|
|
],
|
|
"conditions": [
|
|
["OS=='mac'", {
|
|
"xcode_settings": {
|
|
"OTHER_LDFLAGS": [
|
|
"-Wl,-rpath,@loader_path/../../libs"
|
|
]
|
|
}
|
|
}],
|
|
["OS=='linux'", {
|
|
"ldflags": [
|
|
"-Wl,-rpath,'$$ORIGIN'/../../libs"
|
|
]
|
|
}]
|
|
]
|
|
}
|
|
]
|
|
}
|