mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Merge remote-tracking branch 'sannis/patch-1'
This commit is contained in:
commit
84569ab8d5
@ -5,8 +5,8 @@
|
||||
'sources': [
|
||||
'src/binding.cc'
|
||||
],
|
||||
'include_dirs': ['/usr/include/postgresql'],
|
||||
'libraries' : ['-lpq']
|
||||
'include_dirs': ['<!@(pg_config --includedir)'],
|
||||
'libraries' : ['-lpq -L<!@(pg_config --libdir)']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user