mirror of
https://github.com/amark/gun.git
synced 2025-06-18 03:56:41 +00:00
22 lines
329 B
Python
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'
|
|
]
|
|
}
|
|
]
|
|
}
|