summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-10-26 05:11:20 +0000
committerBen Noordhuis <info@bnoordhuis.nl>2011-10-26 05:11:38 +0000
commit13871fa2f8ec999279a2460818380d6bef7b7b38 (patch)
tree2ef588c3adbc38189bbe7a2d803adc8acae34005 /node.gyp
parent15628f673516e04c9051e4061cf1090247e063cd (diff)
downloadnode-13871fa2f8ec999279a2460818380d6bef7b7b38.tar.gz
build: fix sunos gyp build, include platform file
Diffstat (limited to 'node.gyp')
-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': {