mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
13 lines
200 B
Python
13 lines
200 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [
|
|
'src/binding.cc'
|
|
],
|
|
'include_dirs': ['/usr/include/postgresql'],
|
|
'libraries' : ['-lpq']
|
|
}
|
|
]
|
|
}
|