Files
Cloud-book/node_modules/weak/binding.gyp
2025-08-27 17:10:05 +08:00

10 lines
159 B
Python

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