NewsBlur/node/node_modules/utf-8-validate/binding.gyp
2020-06-15 18:41:33 -04:00

9 lines
138 B
Python

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