node-postgres/binding.gyp
2012-06-18 22:43:30 -05:00

13 lines
200 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [
'src/binding.cc'
],
'include_dirs': ['/usr/include/postgresql'],
'libraries' : ['-lpq']
}
]
}