summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',