mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
14 lines
248 B
Python
14 lines
248 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'addon',
|
|
'sources': [ 'addon.c' ],
|
|
"libraries": ["<!(pwd)/lib.a" ],
|
|
"conditions": [
|
|
[ "OS=='linux'", {
|
|
"ldflags": [ "-Wl,-Bsymbolic" ]
|
|
}]
|
|
]
|
|
}
|
|
]
|
|
}
|