We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00e534 commit 691b07fCopy full SHA for 691b07f
binding.gyp
@@ -14,6 +14,10 @@
14
'include_dirs': ['<!@(pg_config --includedir)'],
15
'libraries' : ['-lpq -L<!@(pg_config --libdir)']
16
}],
17
+ ['OS=="solaris"', {
18
+ 'include_dirs': ['<!@(pg_config --includedir)'],
19
+ 'libraries' : ['-lpq -L<!@(pg_config --libdir)']
20
+ }],
21
['OS=="win"', {
22
23
'libraries' : ['libpq.lib'],
0 commit comments