node-postgres/binding.gyp
2012-06-28 22:29:15 +04:00

13 lines
230 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [
'src/binding.cc'
],
'include_dirs': ['<!@(pg_config --includedir)'],
'libraries' : ['-lpq -L<!@(pg_config --libdir)']
}
]
}