Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: fix sunos gyp build, include platform file
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 26, 2011
1 parent 15628f6 commit 13871fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions node.gyp
Expand Up @@ -184,6 +184,12 @@
'-lkvm',
],
}],
[ 'OS=="solaris"', {
'sources': [ 'src/platform_sunos.cc' ],
'libraries': [
'-lkstat',
],
}],
],
'msvs-settings': {
'VCLinkerTool': {
Expand Down

0 comments on commit 13871fa

Please sign in to comment.