node/test/addons/heap-profiler/binding.gyp

10 lines
139 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ],
'win_delay_load_hook': 'false'
}
]
}