From 569f757f3fbaba401ffcc99a7dcddbb405141446 Mon Sep 17 00:00:00 2001 From: Oleg Efimov Date: Thu, 28 Jun 2012 22:29:15 +0400 Subject: [PATCH] Use pg_config in bindings.gyp --- binding.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binding.gyp b/binding.gyp index 135bf38c..cdb78e0a 100644 --- a/binding.gyp +++ b/binding.gyp @@ -5,8 +5,8 @@ 'sources': [ 'src/binding.cc' ], - 'include_dirs': ['/usr/include/postgresql'], - 'libraries' : ['-lpq'] + 'include_dirs': ['