1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/node_modules/ref/binding.gyp

12 lines
180 B
Python

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