NewsBlur-viq/node/node_modules/bufferutil/binding.gyp
2020-06-15 18:41:33 -04:00

9 lines
138 B
Python

{
'targets': [
{
'target_name': 'bufferutil',
'sources': ['src/bufferutil.c'],
'cflags': ['-std=c99']
}
]
}