From 13871fa2f8ec999279a2460818380d6bef7b7b38 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 26 Oct 2011 05:11:20 +0000 Subject: [PATCH] build: fix sunos gyp build, include platform file --- node.gyp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/node.gyp b/node.gyp index 5569d8a2e4..3114c57ed5 100644 --- a/node.gyp +++ b/node.gyp @@ -184,6 +184,12 @@ '-lkvm', ], }], + [ 'OS=="solaris"', { + 'sources': [ 'src/platform_sunos.cc' ], + 'libraries': [ + '-lkstat', + ], + }], ], 'msvs-settings': { 'VCLinkerTool': {