From c97b4f1971d79a687f32dd503326bde2bcc25729 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 5 Mar 2012 16:41:51 +0100 Subject: build: remove unnecessary link flags from node.gyp --- node.gyp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'node.gyp') 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', -- cgit v1.2.1