gun/node_modules/hiredis/binding.gyp
2014-04-01 00:47:41 -06:00

22 lines
329 B
Python

{
'targets': [
{
'target_name': 'hiredis',
'sources': [
'src/hiredis.cc'
, 'src/reader.cc'
],
'dependencies': [
'deps/hiredis.gyp:hiredis'
],
'defines': [
'_GNU_SOURCE'
],
'cflags': [
'-Wall',
'-O3'
]
}
]
}