mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-17 12:27:03 +00:00
16 lines
268 B
Python
16 lines
268 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "simplex_shim",
|
|
"sources": [ "cpp/simplex.cc" ],
|
|
"libraries": [
|
|
"-L<(module_root_dir)/libs",
|
|
"-lsimplex"
|
|
],
|
|
"ldflags": [
|
|
"-Wl,-rpath,'$$ORIGIN'/../../libs"
|
|
]
|
|
}
|
|
]
|
|
}
|