This content is taken from https://github.com/nodejs/node/pull/63575. The original commit message is preserved below: --- worker: fix premature addon unload Weak callbacks could run after addons were unloaded, leading to a crash. Signed-off-by: Mohamed Akram <mohd.akram@outlook.com> PR-URL: https://github.com/nodejs/node/pull/63642 Fixes: https://github.com/nodejs/node/issues/63540 Refs: https://github.com/nodejs/node/pull/63575 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
9 lines
140 B
Python
9 lines
140 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'includes': ['../common.gypi'],
|
|
}
|
|
]
|
|
}
|