summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-05 16:41:51 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-05 16:41:51 +0100
commitc97b4f1971d79a687f32dd503326bde2bcc25729 (patch)
tree0f1dcf20e8e6983fa278298c68f0b41463dafb75 /node.gyp
parente0796b6f1f854126adf5b2bbeca4cb580d0ca84a (diff)
downloadnode-new-c97b4f1971d79a687f32dd503326bde2bcc25729.tar.gz
build: remove unnecessary link flags from node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/node.gyp b/node.gyp
index 75faeb71fd..8435d92f7e 100644
--- a/node.gyp
+++ b/node.gyp
@@ -191,12 +191,6 @@
'PLATFORM="darwin"',
],
}],
- [ 'OS=="linux"', {
- 'libraries': [
- '-ldl',
- '-lutil' # needed for openpty
- ],
- }],
[ 'OS=="freebsd"', {
'libraries': [
'-lutil',