diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-22 20:07:07 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-22 20:07:07 -0400 |
commit | c2ae39b8d60407261d1963461087798458b31358 (patch) | |
tree | a2389e527d70a178b932dc1d4ff2d56428bda00d /node.gyp | |
parent | cf2e68d960750dbe36367463168764d7a32ddcb9 (diff) | |
download | nodejs-c2ae39b8d60407261d1963461087798458b31358.tar.gz nodejs-c2ae39b8d60407261d1963461087798458b31358.tar.bz2 nodejs-c2ae39b8d60407261d1963461087798458b31358.zip |
gyp: -ldl on linux
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ [ 'OS=="linux"', { 'sources': [ 'src/platform_linux.cc' ], 'libraries': [ + '-ldl', '-lutil' # needed for openpty ], }] |