summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 5569d8a2e..3114c57ed 100644
--- a/node.gyp
+++ b/node.gyp
@@ -184,6 +184,12 @@
'-lkvm',
],
}],
+ [ 'OS=="solaris"', {
+ 'sources': [ 'src/platform_sunos.cc' ],
+ 'libraries': [
+ '-lkstat',
+ ],
+ }],
],
'msvs-settings': {
'VCLinkerTool': {