diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-03-05 16:41:51 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-03-05 16:41:51 +0100 |
commit | c97b4f1971d79a687f32dd503326bde2bcc25729 (patch) | |
tree | 0f1dcf20e8e6983fa278298c68f0b41463dafb75 /node.gyp | |
parent | e0796b6f1f854126adf5b2bbeca4cb580d0ca84a (diff) | |
download | node-new-c97b4f1971d79a687f32dd503326bde2bcc25729.tar.gz |
build: remove unnecessary link flags from node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -191,12 +191,6 @@ 'PLATFORM="darwin"', ], }], - [ 'OS=="linux"', { - 'libraries': [ - '-ldl', - '-lutil' # needed for openpty - ], - }], [ 'OS=="freebsd"', { 'libraries': [ '-lutil', |