Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-10-26 09:11:20 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-10-26 09:11:38 +0400
commit13871fa2f8ec999279a2460818380d6bef7b7b38 (patch)
tree2ef588c3adbc38189bbe7a2d803adc8acae34005 /node.gyp
parent15628f673516e04c9051e4061cf1090247e063cd (diff)
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 5569d8a2e4a..3114c57ed56 100644
--- a/node.gyp
+++ b/node.gyp
@@ -184,6 +184,12 @@
'-lkvm',
],
}],
+ [ 'OS=="solaris"', {
+ 'sources': [ 'src/platform_sunos.cc' ],
+ 'libraries': [
+ '-lkstat',
+ ],
+ }],
],
'msvs-settings': {
'VCLinkerTool': {