NewsBlur/node/node_modules/utf-8-validate/binding.gyp

10 lines
138 B
Text
Raw Normal View History

2020-06-15 18:41:27 -04:00
{
'targets': [
{
'target_name': 'validation',
'sources': ['src/validation.c'],
'cflags': ['-std=c99']
}
]
}