kannon-client/libs/speaker/binding.gyp

13 lines
193 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [
'src/binding.c',
],
'dependencies': [
'deps/mpg123/mpg123.gyp:output'
],
}
]
}