node/test/gc/node_modules/weak/binding.gyp

10 lines
159 B
Python

{
'targets': [{
'target_name': 'weakref',
'sources': [ 'src/weakref.cc' ],
'include_dirs': [
'<!(node -e "require(\'nan\')")'
]
}]
}