1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 18:10:49 +09:00
anytype-heart/jsaddon/binding.gyp
2019-10-25 14:39:24 +03:00

14 lines
248 B
Python

{
'targets': [
{
'target_name': 'addon',
'sources': [ 'addon.c' ],
"libraries": ["<!(pwd)/lib.a" ],
"conditions": [
[ "OS=='linux'", {
"ldflags": [ "-Wl,-Bsymbolic" ]
}]
]
}
]
}