mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 17:26:24 +00:00

Lets native addons register exit hooks that run after the event loop has quit but before the VM is killed. Fixes #3147.
9 lines
101 B
Python
9 lines
101 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ]
|
|
}
|
|
]
|
|
}
|