diff options
author | Trent Mick <trentm@gmail.com> | 2012-07-27 10:56:40 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-07-27 11:03:26 -0700 |
commit | f70b138fcbf88e23ae5f645fa70041a7ae3f8359 (patch) | |
tree | 0fcb9a76336f93573e97a1ff90bdc72f17c8697f /node.gyp | |
parent | 90efdb3a5b7eecb23d78cffee24c3181280efa56 (diff) | |
download | node-new-f70b138fcbf88e23ae5f645fa70041a7ae3f8359.tar.gz |
always link sunos builds with libumem
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ [ 'OS=="solaris"', { 'libraries': [ '-lkstat', + '-lumem', ], }], ], |