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.
2 parents adb0356 + 691b07f commit 091be97Copy full SHA for 091be97
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