WebRTC-Example/node_modules/utf-8-validate/binding.gyp

12 lines
224 B
Python

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