build: set `process.platform` to "sunos" on SunOS
authorNathan Rajlich <nathan@tootallnate.net>
Wed, 29 Aug 2012 21:57:25 +0000 (14:57 -0700)
committerNathan Rajlich <nathan@tootallnate.net>
Wed, 29 Aug 2012 22:36:15 +0000 (15:36 -0700)
commit606a9339891a68144c6047356480f199ce04ae4c
tree1b04f6404be0d90de9db8e8af21472337f2e3386
parent4784ea1a29dc4bace1c9a20f9f6a6376a7eecb7d
build: set `process.platform` to "sunos" on SunOS

gyp sets it to "solaris" by default, but versions of node v0.6.x and
older would report "sunos". Let's keep things consistent.

Fixes #3944.
node.gyp