node-postgres/binding.gyp

13 lines
230 B
Plaintext
Raw Normal View History

2012-06-19 11:41:48 +08:00
{
'targets': [
{
'target_name': 'binding',
'sources': [
'src/binding.cc'
],
2012-06-29 02:29:15 +08:00
'include_dirs': ['<!@(pg_config --includedir)'],
'libraries' : ['-lpq -L<!@(pg_config --libdir)']
2012-06-19 11:41:48 +08:00
}
]
}