summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTrent Mick <trentm@gmail.com>2012-07-27 10:56:40 -0700
committerisaacs <i@izs.me>2012-07-27 11:03:26 -0700
commitf70b138fcbf88e23ae5f645fa70041a7ae3f8359 (patch)
tree0fcb9a76336f93573e97a1ff90bdc72f17c8697f /node.gyp
parent90efdb3a5b7eecb23d78cffee24c3181280efa56 (diff)
downloadnode-f70b138fcbf88e23ae5f645fa70041a7ae3f8359.tar.gz
always link sunos builds with libumem
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 4b6c83fc8..84ec69d6b 100644
--- a/node.gyp
+++ b/node.gyp
@@ -226,6 +226,7 @@
[ 'OS=="solaris"', {
'libraries': [
'-lkstat',
+ '-lumem',
],
}],
],