linx-simulator2/node_modules/speaker/binding.gyp

17 lines
269 B
Plaintext
Raw Normal View History

2019-09-18 08:11:16 +00:00
{
'targets': [
{
'target_name': 'binding',
'sources': [
'src/binding.cc',
],
"include_dirs" : [
'<!(node -e "require(\'nan\')")'
],
'dependencies': [
'deps/mpg123/mpg123.gyp:output'
],
}
]
}